#CDEE9D

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

Shades of Reef #CDEE9D

Tints of Reef #CDEE9D

Color information

#CDEE9D (or 0xCDEE9D) is unknown color: approx Reef. HEX triplet: CD, EE and 9D. RGB value is (205,238,157). Sum of RGB (Red+Green+Blue) = 205+238+157=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEE9D is #321162. Grayscale: #DBDBDB. Windows color (decimal): -3281251 or 10350285. OLE color: 10350285.

HSL color Cylindrical-coordinate representation of color #CDEE9D: hue angle of 84.44º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDEE9D is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB205238157-
CMYK0.1400.340.07
HSL84.44º70.43%77.45%-
HSV(B)84.44º34.03%93.33%-
XYZ61.8476.5643.42-
YUV218.993.07118.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 238 (93.36% from 255) = 39.67%
BLUE value IS 157 (61.72% from 255) = 26.17%
R=34.17%
G=39.67%
B=26.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381570.1400.340.0784.4470.4377.45
HexCDEE9DE022754464d
Octal315356235160427124106115
Binary11001101111011101001110111100100010111101010010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEE9D; }

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

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

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

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

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

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

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

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