#CEDBC1

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

Shades of Ottoman #CEDBC1

Tints of Ottoman #CEDBC1

Color information

#CEDBC1 (or 0xCEDBC1) is unknown color: approx Ottoman. HEX triplet: CE, DB and C1. RGB value is (206,219,193). Sum of RGB (Red+Green+Blue) = 206+219+193=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBC1 is #31243E. Grayscale: #D4D4D4. Windows color (decimal): -3220543 or 12704718. OLE color: 12704718.

HSL color Cylindrical-coordinate representation of color #CEDBC1: hue angle of 90º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEDBC1 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB206219193-
CMYK0.0600.120.14
HSL90º26.53%80.78%-
HSV(B)90º11.87%85.88%-
XYZ60.4167.6460.32-
YUV212.15117.19123.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=33.33%
G=35.44%
B=31.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062191930.0600.120.149026.5380.78
HexCEDBC160CE5a1b51
Octal31633330160141613233121
Binary1100111011011011110000011100110011101011010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBC1; }

 p { color: rgb(206,219,193); }

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

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

 a { background-color: rgb(206,219,193); }

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

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

 span { border-color: rgb(206,219,193); }

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