#CDDD9B

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

Shades of Reef #CDDD9B

Tints of Reef #CDDD9B

Color information

#CDDD9B (or 0xCDDD9B) is unknown color: approx Reef. HEX triplet: CD, DD and 9B. RGB value is (205,221,155). Sum of RGB (Red+Green+Blue) = 205+221+155=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD9B is #322264. Grayscale: #D0D0D0. Windows color (decimal): -3285605 or 10214861. OLE color: 10214861.

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

Color convert

RGB205221155-
CMYK0.0700.300.13
HSL74.55º49.25%73.73%-
HSV(B)74.55º29.86%86.67%-
XYZ56.9567.0640.95-
YUV208.6997.7125.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 155 (60.94% from 255) = 26.68%
R=35.28%
G=38.04%
B=26.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211550.0700.300.1374.5549.2573.73
HexCDDD9B701ED4b314a
Octal31533523370361511361112
Binary110011011101110110011011111011110110110010111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD9B; }

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

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

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

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

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

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

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

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