#CDDD9F

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

Shades of Reef #CDDD9F

Tints of Reef #CDDD9F

Color information

#CDDD9F (or 0xCDDD9F) is unknown color: approx Reef. HEX triplet: CD, DD and 9F. RGB value is (205,221,159). Sum of RGB (Red+Green+Blue) = 205+221+159=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD9F is #322260. Grayscale: #D1D1D1. Windows color (decimal): -3285601 or 10477005. OLE color: 10477005.

HSL color Cylindrical-coordinate representation of color #CDDD9F: hue angle of 75.48º degrees, saturation: 0.48, 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 #CDDD9F is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB205221159-
CMYK0.0700.280.13
HSL75.48º47.69%74.51%-
HSV(B)75.48º28.05%86.67%-
XYZ57.2967.242.75-
YUV209.1599.7125.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 159 (62.5% from 255) = 27.18%
R=35.04%
G=37.78%
B=27.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211590.0700.280.1375.4847.6974.51
HexCDDD9F701CD4b304b
Octal31533523770341511360113
Binary110011011101110110011111111011100110110010111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD9F; }

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

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

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

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

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

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

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

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