Html Css Color HEX #CEDEB9 Ottoman

📋 copy color: '#CEDEB9'

red 206 ◦ green 222 ◦ blue 185

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

Shades of Ottoman #CEDEB9

Tints of Ottoman #CEDEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.18%

R = 33.61%
G = 36.22%
B = 30.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#CEDEB9 (or 0xCEDEB9) is known color: Ottoman. HEX triplet: CE, DE and B9. RGB value is (206,222,185). Sum of RGB (Red+Green+Blue) = 206+222+185=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEB9 is #312146. Grayscale: #D5D5D5. Windows color (decimal): -3219783 or 12181198. OLE color: 12181198.

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

Color convert

RGB 206 222 185 -
CMYK 0.07 0 0.17 0.13
HSL 85.95º 0.36% 0.8% -
HSV(B) 85.95º 0.17% 0.87% -
XYZ 60.33 68.87 56.01 -
YUV 213 112.2 123.01 -
System Red Green Blue C M Y K H S L
Decimal 206 222 185 0.07 0 0.17 0.13 85.95 0.36 0.8
Hex CE DE B9 7 0 11 D 56 24 50
Octal 316 336 271 7 0 21 15 126 44 120
Binary 11001110 11011110 10111001 111 0 10001 1101 1010110 100100 1010000

Color Harmonies of #CEDEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDEB9

Black with #CEDEB9

Text Example


Text Example

White with #CEDEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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