#CDE99D

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

Shades of Reef #CDE99D

Tints of Reef #CDE99D

Color information

#CDE99D (or 0xCDE99D) is unknown color: approx Reef. HEX triplet: CD, E9 and 9D. RGB value is (205,233,157). Sum of RGB (Red+Green+Blue) = 205+233+157=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE99D is #321662. Grayscale: #D8D8D8. Windows color (decimal): -3282531 or 10349005. OLE color: 10349005.

HSL color Cylindrical-coordinate representation of color #CDE99D: hue angle of 82.11º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDE99D is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB205233157-
CMYK0.1200.330.09
HSL82.11º63.33%76.47%-
HSV(B)82.11º32.62%91.37%-
XYZ60.473.6942.94-
YUV215.9694.72120.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 233 (91.41% from 255) = 39.16%
BLUE value IS 157 (61.72% from 255) = 26.39%
R=34.45%
G=39.16%
B=26.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052331570.1200.330.0982.1163.3376.47
HexCDE99DC0219523f4c
Octal315351235140411112277114
Binary11001101111010011001110111000100001100110100101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE99D; }

 p { color: rgb(205,233,157); }

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

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

 a { background-color: rgb(205,233,157); }

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

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

 span { border-color: rgb(205,233,157); }

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