#CCDDB8

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

Shades of Ottoman #CCDDB8

Tints of Ottoman #CCDDB8

Color information

#CCDDB8 (or 0xCCDDB8) is unknown color: approx Ottoman. HEX triplet: CC, DD and B8. RGB value is (204,221,184). Sum of RGB (Red+Green+Blue) = 204+221+184=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDB8 is #332247. Grayscale: #D3D3D3. Windows color (decimal): -3351112 or 12115404. OLE color: 12115404.

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

Color convert

RGB204221184-
CMYK0.0800.170.13
HSL87.57º35.24%79.41%-
HSV(B)87.57º16.74%86.67%-
XYZ59.4168.0155.34-
YUV211.7112.37122.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 184 (72.27% from 255) = 30.21%
R=33.50%
G=36.29%
B=30.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211840.0800.170.1387.5735.2479.41
HexCCDDB88011D58234f
Octal314335270100211513043117
Binary1100110011011101101110001000010001110110110001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDB8; }

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

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

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

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

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

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

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

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