#CCDCB7

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

Shades of Ottoman #CCDCB7

Tints of Ottoman #CCDCB7

Color information

#CCDCB7 (or 0xCCDCB7) is unknown color: approx Ottoman. HEX triplet: CC, DC and B7. RGB value is (204,220,183). Sum of RGB (Red+Green+Blue) = 204+220+183=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCB7 is #332348. Grayscale: #D3D3D3. Windows color (decimal): -3351369 or 12049612. OLE color: 12049612.

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

Color convert

RGB204220183-
CMYK0.0700.170.14
HSL85.95º34.58%79.02%-
HSV(B)85.95º16.82%86.27%-
XYZ59.0467.4454.71-
YUV211112.2123.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 183 (71.88% from 255) = 30.15%
R=33.61%
G=36.24%
B=30.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042201830.0700.170.1485.9534.5879.02
HexCCDCB77011E56234f
Octal31433426770211612643117
Binary110011001101110010110111111010001111010101101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCB7; }

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

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

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

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

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

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

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

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