#CCDEB8

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

Shades of Ottoman #CCDEB8

Tints of Ottoman #CCDEB8

Color information

#CCDEB8 (or 0xCCDEB8) is unknown color: approx Ottoman. HEX triplet: CC, DE and B8. RGB value is (204,222,184). Sum of RGB (Red+Green+Blue) = 204+222+184=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEB8 is #332147. Grayscale: #D4D4D4. Windows color (decimal): -3350856 or 12115660. OLE color: 12115660.

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

Color convert

RGB204222184-
CMYK0.0800.170.13
HSL88.42º36.54%79.61%-
HSV(B)88.42º17.12%87.06%-
XYZ59.6768.5455.43-
YUV212.29112.04122.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 184 (72.27% from 255) = 30.16%
R=33.44%
G=36.39%
B=30.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042221840.0800.170.1388.4236.5479.61
HexCCDEB88011D582550
Octal314336270100211513045120
Binary1100110011011110101110001000010001110110110001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEB8; }

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

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

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

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

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

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

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

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