#CCDEC0

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

Shades of Ottoman #CCDEC0

Tints of Ottoman #CCDEC0

Color information

#CCDEC0 (or 0xCCDEC0) is unknown color: approx Ottoman. HEX triplet: CC, DE and C0. RGB value is (204,222,192). Sum of RGB (Red+Green+Blue) = 204+222+192=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEC0 is #33213F. Grayscale: #D5D5D5. Windows color (decimal): -3350848 or 12639948. OLE color: 12639948.

HSL color Cylindrical-coordinate representation of color #CCDEC0: hue angle of 96º 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 #CCDEC0 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB204222192-
CMYK0.0800.140.13
HSL96º31.25%81.18%-
HSV(B)96º13.51%87.06%-
XYZ60.5468.8959.97-
YUV213.2116.04121.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 192 (75.39% from 255) = 31.07%
R=33.01%
G=35.92%
B=31.07%

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
Decimal2042221920.0800.140.139631.2581.18
HexCCDEC080ED601f51
Octal314336300100161514037121
Binary11001100110111101100000010000111011011100000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEC0; }

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

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

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

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

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

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

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

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