#CCDDB4

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

Shades of Ottoman #CCDDB4

Tints of Ottoman #CCDDB4

Color information

#CCDDB4 (or 0xCCDDB4) is unknown color: approx Ottoman. HEX triplet: CC, DD and B4. RGB value is (204,221,180). Sum of RGB (Red+Green+Blue) = 204+221+180=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDB4 is #33224B. Grayscale: #D3D3D3. Windows color (decimal): -3351116 or 11853260. OLE color: 11853260.

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

Color convert

RGB204221180-
CMYK0.0800.190.13
HSL84.88º37.61%78.63%-
HSV(B)84.88º18.55%86.67%-
XYZ5967.8553.17-
YUV211.24110.37122.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=33.72%
G=36.53%
B=29.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211800.0800.190.1384.8837.6178.63
HexCCDDB48013D55264f
Octal314335264100231512546117
Binary1100110011011101101101001000010011110110101011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDB4; }

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

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

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

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

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

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

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

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