#CCDEBA

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

Shades of Ottoman #CCDEBA

Tints of Ottoman #CCDEBA

Color information

#CCDEBA (or 0xCCDEBA) is unknown color: approx Ottoman. HEX triplet: CC, DE and BA. RGB value is (204,222,186). Sum of RGB (Red+Green+Blue) = 204+222+186=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEBA is #332145. Grayscale: #D4D4D4. Windows color (decimal): -3350854 or 12246732. OLE color: 12246732.

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

Color convert

RGB204222186-
CMYK0.0800.160.13
HSL90º35.29%80%-
HSV(B)90º16.22%87.06%-
XYZ59.8968.6356.54-
YUV212.51113.04121.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=33.33%
G=36.27%
B=30.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042221860.0800.160.139035.2980
HexCCDEBA8010D5a2350
Octal314336272100201513243120
Binary1100110011011110101110101000010000110110110101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEBA; }

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

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

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

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

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

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

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

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