#CDDD9C

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

Shades of Reef #CDDD9C

Tints of Reef #CDDD9C

Color information

#CDDD9C (or 0xCDDD9C) is unknown color: approx Reef. HEX triplet: CD, DD and 9C. RGB value is (205,221,156). Sum of RGB (Red+Green+Blue) = 205+221+156=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD9C is #322263. Grayscale: #D1D1D1. Windows color (decimal): -3285604 or 10280397. OLE color: 10280397.

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

Color convert

RGB205221156-
CMYK0.0700.290.13
HSL74.77º48.87%73.92%-
HSV(B)74.77º29.41%86.67%-
XYZ57.0367.0941.4-
YUV208.8198.2125.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 221 (86.72% from 255) = 37.97%
BLUE value IS 156 (61.33% from 255) = 26.80%
R=35.22%
G=37.97%
B=26.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211560.0700.290.1374.7748.8773.92
HexCDDD9C701DD4b314a
Octal31533523470351511361112
Binary110011011101110110011100111011101110110010111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD9C; }

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

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

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

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

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

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

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

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