#CCDBB9

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

Shades of Ottoman #CCDBB9

Tints of Ottoman #CCDBB9

Color information

#CCDBB9 (or 0xCCDBB9) is unknown color: approx Ottoman. HEX triplet: CC, DB and B9. RGB value is (204,219,185). Sum of RGB (Red+Green+Blue) = 204+219+185=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBB9 is #332446. Grayscale: #D2D2D2. Windows color (decimal): -3351623 or 12180428. OLE color: 12180428.

HSL color Cylindrical-coordinate representation of color #CCDBB9: hue angle of 86.47º degrees, saturation: 0.32, 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 #CCDBB9 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB204219185-
CMYK0.0700.160.14
HSL86.47º32.08%79.22%-
HSV(B)86.47º15.53%85.88%-
XYZ58.996755.72-
YUV210.64113.53123.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 185 (72.66% from 255) = 30.43%
R=33.55%
G=36.02%
B=30.43%

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
Decimal2042191850.0700.160.1486.4732.0879.22
HexCCDBB97010E56204f
Octal31433327170201612640117
Binary110011001101101110111001111010000111010101101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBB9; }

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

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

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

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

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

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

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

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