#CDDE9F

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

Shades of Reef #CDDE9F

Tints of Reef #CDDE9F

Color information

#CDDE9F (or 0xCDDE9F) is unknown color: approx Reef. HEX triplet: CD, DE and 9F. RGB value is (205,222,159). Sum of RGB (Red+Green+Blue) = 205+222+159=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 159 (62.5% from 255 or 27.13% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDE9F is #322160. Grayscale: #D1D1D1. Windows color (decimal): -3285345 or 10477261. OLE color: 10477261.

HSL color Cylindrical-coordinate representation of color #CDDE9F: hue angle of 76.19º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDDE9F is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB205222159-
CMYK0.0800.280.13
HSL76.19º48.84%74.71%-
HSV(B)76.19º28.38%87.06%-
XYZ57.5667.7242.84-
YUV209.7499.37124.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.98%
GREEN value IS 222 (87.11% from 255) = 37.88%
BLUE value IS 159 (62.5% from 255) = 27.13%
R=34.98%
G=37.88%
B=27.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221590.0800.280.1376.1948.8474.71
HexCDDE9F801CD4c314b
Octal315336237100341511461113
Binary1100110111011110100111111000011100110110011001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE9F; }

 p { color: rgb(205,222,159); }

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

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

 a { background-color: rgb(205,222,159); }

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

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

 span { border-color: rgb(205,222,159); }

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