#CCDBB7

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

Shades of Ottoman #CCDBB7

Tints of Ottoman #CCDBB7

Color information

#CCDBB7 (or 0xCCDBB7) is unknown color: approx Ottoman. HEX triplet: CC, DB and B7. RGB value is (204,219,183). Sum of RGB (Red+Green+Blue) = 204+219+183=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBB7 is #332448. Grayscale: #D2D2D2. Windows color (decimal): -3351625 or 12049356. OLE color: 12049356.

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

Color convert

RGB204219183-
CMYK0.0700.160.14
HSL85º33.33%78.82%-
HSV(B)85º16.44%85.88%-
XYZ58.7866.9254.62-
YUV210.41112.53123.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 183 (71.88% from 255) = 30.20%
R=33.66%
G=36.14%
B=30.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191830.0700.160.148533.3378.82
HexCCDBB77010E55214f
Octal31433326770201612541117
Binary110011001101101110110111111010000111010101011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBB7; }

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

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

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

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

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

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

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

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