#CDEBAA

Color #CDEBAA Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CDEBAA

Tints of Reef #CDEBAA

Color information

#CDEBAA (or 0xCDEBAA) is unknown color: approx Reef. HEX triplet: CD, EB and AA. RGB value is (205,235,170). Sum of RGB (Red+Green+Blue) = 205+235+170=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEBAA is #321455. Grayscale: #DADADA. Windows color (decimal): -3282006 or 11201485. OLE color: 11201485.

HSL color Cylindrical-coordinate representation of color #CDEBAA: hue angle of 87.69º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDEBAA is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB205235170-
CMYK0.1300.280.08
HSL87.69º61.9%79.41%-
HSV(B)87.69º27.66%92.16%-
XYZ62.1475.349.29-
YUV218.62100.56118.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 235 (92.19% from 255) = 38.52%
BLUE value IS 170 (66.80% from 255) = 27.87%
R=33.61%
G=38.52%
B=27.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351700.1300.280.0887.6961.979.41
HexCDEBAAD01C8583e4f
Octal315353252150341013076117
Binary1100110111101011101010101101011100100010110001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBAA; }

 p { color: rgb(205,235,170); }

 H1.HeaderClassName
 {
   color: #CDEBAA;
 }
 .AnyTagClassName
 {
   color: #CDEBAA;
 }
</style>
background-color css

<style>
 a { background-color: #CDEBAA; }

 a { background-color: rgb(205,235,170); }

 div.DivClassName
 {
   background-color: #CDEBAA;
 }
 .BgClassName
 {
   background-color: #CDEBAA;
 }
</style>
border-color css

<style>
 span { border-color: #CDEBAA; }

 span { border-color: rgb(205,235,170); }

 td.TdClassName
 {
   border-color: #CDEBAA;
 }
 .TagClassName
 {
   border-color: #CDEBAA;
 }
</style>