#CCDDBF

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

Shades of Ottoman #CCDDBF

Tints of Ottoman #CCDDBF

Color information

#CCDDBF (or 0xCCDDBF) is unknown color: approx Ottoman. HEX triplet: CC, DD and BF. RGB value is (204,221,191). Sum of RGB (Red+Green+Blue) = 204+221+191=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDBF is #332240. Grayscale: #D4D4D4. Windows color (decimal): -3351105 or 12574156. OLE color: 12574156.

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

Color convert

RGB204221191-
CMYK0.0800.140.13
HSL94º30.61%80.78%-
HSV(B)94º13.57%86.67%-
XYZ60.1668.3159.3-
YUV212.5115.87121.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 191 (75% from 255) = 31.01%
R=33.12%
G=35.88%
B=31.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211910.0800.140.139430.6180.78
HexCCDDBF80ED5e1f51
Octal314335277100161513637121
Binary11001100110111011011111110000111011011011110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDBF; }

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

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

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

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

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

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

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

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