Html Css Color HEX #CEDEBD Ottoman

📋 copy color: '#CEDEBD'

red 206 ◦ green 222 ◦ blue 189

#CEDEBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ottoman #CEDEBD

Tints of Ottoman #CEDEBD

RGB

 RED value IS 206 (80.86% from 255) = 33.39%

 GREEN value IS 222 (87.11% from 255) = 35.98%

 BLUE value IS 189 (74.22% from 255) = 30.63%

R = 33.39%
G = 35.98%
B = 30.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#CEDEBD (or 0xCEDEBD) is known color: Ottoman. HEX triplet: CE, DE and BD. RGB value is (206,222,189). Sum of RGB (Red+Green+Blue) = 206+222+189=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEBD is #312142. Grayscale: #D5D5D5. Windows color (decimal): -3219779 or 12443342. OLE color: 12443342.

HSL color Cylindrical-coordinate representation of color #CEDEBD: hue angle of 89.09º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEDEBD is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 222 189 -
CMYK 0.07 0 0.15 0.13
HSL 89.09º 0.33% 0.81% -
HSV(B) 89.09º 0.15% 0.87% -
XYZ 60.76 69.04 58.27 -
YUV 213.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 206 222 189 0.07 0 0.15 0.13 89.09 0.33 0.81
Hex CE DE BD 7 0 F D 59 21 51
Octal 316 336 275 7 0 17 15 131 41 121
Binary 11001110 11011110 10111101 111 0 1111 1101 1011001 100001 1010001

Color Harmonies of #CEDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDEBD

Black with #CEDEBD

Text Example


Text Example

White with #CEDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDEBD; }

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

 H1.HeaderClassName
 {
   color: #CEDEBD;
 }
 .AnyTagClassName
 {
   color: #CEDEBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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