#CDECA8

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

Shades of Reef #CDECA8

Tints of Reef #CDECA8

Color information

#CDECA8 (or 0xCDECA8) is unknown color: approx Reef. HEX triplet: CD, EC and A8. RGB value is (205,236,168). Sum of RGB (Red+Green+Blue) = 205+236+168=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDECA8 is #321357. Grayscale: #DBDBDB. Windows color (decimal): -3281752 or 11070669. OLE color: 11070669.

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

Color convert

RGB205236168-
CMYK0.1300.290.07
HSL87.35º64.15%79.22%-
HSV(B)87.35º28.81%92.55%-
XYZ62.2475.848.4-
YUV218.9899.23118.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 236 (92.58% from 255) = 38.75%
BLUE value IS 168 (66.02% from 255) = 27.59%
R=33.66%
G=38.75%
B=27.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361680.1300.290.0787.3564.1579.22
HexCDECA8D01D757404f
Octal315354250150357127100117
Binary1100110111101100101010001101011101111101011110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECA8; }

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

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

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

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

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

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

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

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