#CEDEB8

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

Shades of Ottoman #CEDEB8

Tints of Ottoman #CEDEB8

Color information

#CEDEB8 (or 0xCEDEB8) is unknown color: approx Ottoman. HEX triplet: CE, DE and B8. RGB value is (206,222,184). Sum of RGB (Red+Green+Blue) = 206+222+184=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEB8 is #312147. Grayscale: #D5D5D5. Windows color (decimal): -3219784 or 12115662. OLE color: 12115662.

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

Color convert

RGB206222184-
CMYK0.0700.170.13
HSL85.26º36.54%79.61%-
HSV(B)85.26º17.12%87.06%-
XYZ60.2368.8355.46-
YUV212.88111.7123.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 222 (87.11% from 255) = 36.27%
BLUE value IS 184 (72.27% from 255) = 30.07%
R=33.66%
G=36.27%
B=30.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062221840.0700.170.1385.2636.5479.61
HexCEDEB87011D552550
Octal31633627070211512545120
Binary110011101101111010111000111010001110110101011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEB8; }

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

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

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

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

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

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

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

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