#CCDDB9

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

Shades of Ottoman #CCDDB9

Tints of Ottoman #CCDDB9

Color information

#CCDDB9 (or 0xCCDDB9) is unknown color: approx Ottoman. HEX triplet: CC, DD and B9. RGB value is (204,221,185). Sum of RGB (Red+Green+Blue) = 204+221+185=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDB9 is #332246. Grayscale: #D3D3D3. Windows color (decimal): -3351111 or 12180940. OLE color: 12180940.

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

Color convert

RGB204221185-
CMYK0.0800.160.13
HSL88.33º34.62%79.61%-
HSV(B)88.33º16.29%86.67%-
XYZ59.5268.0555.9-
YUV211.81112.87122.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 185 (72.66% from 255) = 30.33%
R=33.44%
G=36.23%
B=30.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211850.0800.160.1388.3334.6279.61
HexCCDDB98010D582350
Octal314335271100201513043120
Binary1100110011011101101110011000010000110110110001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDB9; }

 p { color: rgb(204,221,185); }

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

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

 a { background-color: rgb(204,221,185); }

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

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

 span { border-color: rgb(204,221,185); }

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