Html Css Color HEX #CEDDBE Ottoman

📋 copy color: '#CEDDBE'

red 206 ◦ green 221 ◦ blue 190

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

Shades of Ottoman #CEDDBE

Tints of Ottoman #CEDDBE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.82%

 BLUE value IS 190 (74.61% from 255) = 30.79%

R = 33.39%
G = 35.82%
B = 30.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#CEDDBE (or 0xCEDDBE) is known color: Ottoman. HEX triplet: CE, DD and BE. RGB value is (206,221,190). Sum of RGB (Red+Green+Blue) = 206+221+190=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDBE is #312241. Grayscale: #D5D5D5. Windows color (decimal): -3220034 or 12508622. OLE color: 12508622.

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

Color convert

RGB 206 221 190 -
CMYK 0.07 0 0.14 0.13
HSL 89.03º 0.31% 0.81% -
HSV(B) 89.03º 0.14% 0.87% -
XYZ 60.6 68.55 58.75 -
YUV 212.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 206 221 190 0.07 0 0.14 0.13 89.03 0.31 0.81
Hex CE DD BE 7 0 E D 59 1F 51
Octal 316 335 276 7 0 16 15 131 37 121
Binary 11001110 11011101 10111110 111 0 1110 1101 1011001 11111 1010001

Color Harmonies of #CEDDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDBE

Black with #CEDDBE

Text Example


Text Example

White with #CEDDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDBE; }

 p { color: rgb(206,221,190); }

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

background-color css

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

 a { background-color: rgb(206,221,190); }

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

border-color css

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

 span { border-color: rgb(206,221,190); }

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