#CDECAA

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

Shades of Reef #CDECAA

Tints of Reef #CDECAA

Color information

#CDECAA (or 0xCDECAA) is unknown color: approx Reef. HEX triplet: CD, EC and AA. RGB value is (205,236,170). Sum of RGB (Red+Green+Blue) = 205+236+170=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDECAA is #321355. Grayscale: #DBDBDB. Windows color (decimal): -3281750 or 11201741. OLE color: 11201741.

HSL color Cylindrical-coordinate representation of color #CDECAA: hue angle of 88.18º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDECAA is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB205236170-
CMYK0.1300.280.07
HSL88.18º63.46%79.61%-
HSV(B)88.18º27.97%92.55%-
XYZ62.4375.8749.38-
YUV219.21100.23117.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.55%
GREEN value IS 236 (92.58% from 255) = 38.63%
BLUE value IS 170 (66.80% from 255) = 27.82%
R=33.55%
G=38.63%
B=27.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361700.1300.280.0788.1863.4679.61
HexCDECAAD01C7583f50
Octal31535425215034713077120
Binary110011011110110010101010110101110011110110001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECAA; }

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

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

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

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

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

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

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

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