#CCE0BD

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

Shades of Ottoman #CCE0BD

Tints of Ottoman #CCE0BD

Color information

#CCE0BD (or 0xCCE0BD) is unknown color: approx Ottoman. HEX triplet: CC, E0 and BD. RGB value is (204,224,189). Sum of RGB (Red+Green+Blue) = 204+224+189=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0BD is #331F42. Grayscale: #D6D6D6. Windows color (decimal): -3350339 or 12443852. OLE color: 12443852.

HSL color Cylindrical-coordinate representation of color #CCE0BD: hue angle of 94.29º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE0BD is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB204224189-
CMYK0.0900.160.12
HSL94.29º36.08%80.98%-
HSV(B)94.29º15.62%87.84%-
XYZ60.7469.8258.42-
YUV214.03113.87120.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 224 (87.89% from 255) = 36.30%
BLUE value IS 189 (74.22% from 255) = 30.63%
R=33.06%
G=36.30%
B=30.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241890.0900.160.1294.2936.0880.98
HexCCE0BD9010C5e2451
Octal314340275110201413644121
Binary1100110011100000101111011001010000110010111101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0BD; }

 p { color: rgb(204,224,189); }

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

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

 a { background-color: rgb(204,224,189); }

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

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

 span { border-color: rgb(204,224,189); }

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