#CDECA5

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

Shades of Reef #CDECA5

Tints of Reef #CDECA5

Color information

#CDECA5 (or 0xCDECA5) is unknown color: approx Reef. HEX triplet: CD, EC and A5. RGB value is (205,236,165). Sum of RGB (Red+Green+Blue) = 205+236+165=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDECA5 is #32135A. Grayscale: #DADADA. Windows color (decimal): -3281755 or 10874061. OLE color: 10874061.

HSL color Cylindrical-coordinate representation of color #CDECA5: hue angle of 86.2º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDECA5 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB205236165-
CMYK0.1300.300.07
HSL86.2º65.14%78.63%-
HSV(B)86.2º30.08%92.55%-
XYZ61.9675.6946.94-
YUV218.6497.73118.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 236 (92.58% from 255) = 38.94%
BLUE value IS 165 (64.84% from 255) = 27.23%
R=33.83%
G=38.94%
B=27.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361650.1300.300.0786.265.1478.63
HexCDECA5D01E756414f
Octal315354245150367126101117
Binary1100110111101100101001011101011110111101011010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECA5; }

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

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

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

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

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

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

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

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