#CCDEB4

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

Shades of Ottoman #CCDEB4

Tints of Ottoman #CCDEB4

Color information

#CCDEB4 (or 0xCCDEB4) is unknown color: approx Ottoman. HEX triplet: CC, DE and B4. RGB value is (204,222,180). Sum of RGB (Red+Green+Blue) = 204+222+180=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEB4 is #33214B. Grayscale: #D3D3D3. Windows color (decimal): -3350860 or 11853516. OLE color: 11853516.

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

Color convert

RGB204222180-
CMYK0.0800.190.13
HSL85.71º38.89%78.82%-
HSV(B)85.71º18.92%87.06%-
XYZ59.2668.3853.25-
YUV211.83110.04122.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 222 (87.11% from 255) = 36.63%
BLUE value IS 180 (70.70% from 255) = 29.70%
R=33.66%
G=36.63%
B=29.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042221800.0800.190.1385.7138.8978.82
HexCCDEB48013D56274f
Octal314336264100231512647117
Binary1100110011011110101101001000010011110110101101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEB4; }

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

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

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

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

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

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

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

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