#CDDC9F

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

Shades of Reef #CDDC9F

Tints of Reef #CDDC9F

Color information

#CDDC9F (or 0xCDDC9F) is unknown color: approx Reef. HEX triplet: CD, DC and 9F. RGB value is (205,220,159). Sum of RGB (Red+Green+Blue) = 205+220+159=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDC9F is #322360. Grayscale: #D0D0D0. Windows color (decimal): -3285857 or 10476749. OLE color: 10476749.

HSL color Cylindrical-coordinate representation of color #CDDC9F: hue angle of 74.75º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDDC9F is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB205220159-
CMYK0.0700.280.14
HSL74.75º46.56%74.31%-
HSV(B)74.75º27.73%86.27%-
XYZ57.0366.6742.66-
YUV208.56100.03125.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 220 (86.33% from 255) = 37.67%
BLUE value IS 159 (62.5% from 255) = 27.23%
R=35.10%
G=37.67%
B=27.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201590.0700.280.1474.7546.5674.31
HexCDDC9F701CE4b2f4a
Octal31533423770341611357112
Binary110011011101110010011111111011100111010010111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDC9F; }

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

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

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

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

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

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

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

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