#CCDDC0

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

Shades of Ottoman #CCDDC0

Tints of Ottoman #CCDDC0

Color information

#CCDDC0 (or 0xCCDDC0) is unknown color: approx Ottoman. HEX triplet: CC, DD and C0. RGB value is (204,221,192). Sum of RGB (Red+Green+Blue) = 204+221+192=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC0 is #33223F. Grayscale: #D4D4D4. Windows color (decimal): -3351104 or 12639692. OLE color: 12639692.

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

Color convert

RGB204221192-
CMYK0.0800.130.13
HSL95.17º29.9%80.98%-
HSV(B)95.17º13.12%86.67%-
XYZ60.2768.3659.89-
YUV212.61116.37121.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 192 (75.39% from 255) = 31.12%
R=33.06%
G=35.82%
B=31.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211920.0800.130.1395.1729.980.98
HexCCDDC080DD5f1e51
Octal314335300100151513736121
Binary11001100110111011100000010000110111011011111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDC0; }

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

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

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

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

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

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

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

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