Html Css Color HEX #D8E0CE Ottoman

📋 copy color: '#D8E0CE'

red 216 ◦ green 224 ◦ blue 206

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

Shades of Ottoman #D8E0CE

Tints of Ottoman #D8E0CE

RGB

 RED value IS 216 (84.77% from 255) = 33.44%

 GREEN value IS 224 (87.89% from 255) = 34.67%

 BLUE value IS 206 (80.86% from 255) = 31.89%

R = 33.44%
G = 34.67%
B = 31.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#D8E0CE (or 0xD8E0CE) is known color: Ottoman. HEX triplet: D8, E0 and CE. RGB value is (216,224,206). Sum of RGB (Red+Green+Blue) = 216+224+206=646 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.44% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E0CE is #271F31. Grayscale: #DBDBDB. Windows color (decimal): -2563890 or 13557976. OLE color: 13557976.

HSL color Cylindrical-coordinate representation of color #D8E0CE: hue angle of 86.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8E0CE is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 224 206 -
CMYK 0.04 0 0.08 0.12
HSL 86.67º 0.23% 0.84% -
HSV(B) 86.67º 0.08% 0.88% -
XYZ 66.12 72.37 68.88 -
YUV 219.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 216 224 206 0.04 0 0.08 0.12 86.67 0.23 0.84
Hex D8 E0 CE 4 0 8 C 57 16 54
Octal 330 340 316 4 0 10 14 127 26 124
Binary 11011000 11100000 11001110 100 0 1000 1100 1010111 10110 1010100

Color Harmonies of #D8E0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E0CE

Black with #D8E0CE

Text Example


Text Example

White with #D8E0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E0CE; }

 p { color: rgb(216,224,206); }

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

background-color css

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

 a { background-color: rgb(216,224,206); }

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

border-color css

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

 span { border-color: rgb(216,224,206); }

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