#CCDCB5

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

Shades of Ottoman #CCDCB5

Tints of Ottoman #CCDCB5

Color information

#CCDCB5 (or 0xCCDCB5) is unknown color: approx Ottoman. HEX triplet: CC, DC and B5. RGB value is (204,220,181). Sum of RGB (Red+Green+Blue) = 204+220+181=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCB5 is #33234A. Grayscale: #D2D2D2. Windows color (decimal): -3351371 or 11918540. OLE color: 11918540.

HSL color Cylindrical-coordinate representation of color #CCDCB5: hue angle of 84.62º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCDCB5 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB204220181-
CMYK0.0700.180.14
HSL84.62º35.78%78.63%-
HSV(B)84.62º17.73%86.27%-
XYZ58.8467.3653.62-
YUV210.77111.2123.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.72%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 181 (71.09% from 255) = 29.92%
R=33.72%
G=36.36%
B=29.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042201810.0700.180.1484.6235.7878.63
HexCCDCB57012E55244f
Octal31433426570221612544117
Binary110011001101110010110101111010010111010101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCB5; }

 p { color: rgb(204,220,181); }

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

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

 a { background-color: rgb(204,220,181); }

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

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

 span { border-color: rgb(204,220,181); }

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