Html Css Color HEX #D6E0CE Ottoman

📋 copy color: '#D6E0CE'

red 214 ◦ green 224 ◦ blue 206

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

Shades of Ottoman #D6E0CE

Tints of Ottoman #D6E0CE

RGB

 RED value IS 214 (83.98% from 255) = 33.23%

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

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

R = 33.23%
G = 34.78%
B = 31.99%

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

#D6E0CE (or 0xD6E0CE) is known color: Ottoman. HEX triplet: D6, E0 and CE. RGB value is (214,224,206). Sum of RGB (Red+Green+Blue) = 214+224+206=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0CE is #291F31. Grayscale: #DBDBDB. Windows color (decimal): -2694962 or 13557974. OLE color: 13557974.

HSL color Cylindrical-coordinate representation of color #D6E0CE: hue angle of 93.33º 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 #D6E0CE is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 206 -
CMYK 0.04 0 0.08 0.12
HSL 93.33º 0.23% 0.84% -
HSV(B) 93.33º 0.08% 0.88% -
XYZ 65.53 72.06 68.85 -
YUV 218.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 214 224 206 0.04 0 0.08 0.12 93.33 0.23 0.84
Hex D6 E0 CE 4 0 8 C 5D 16 54
Octal 326 340 316 4 0 10 14 135 26 124
Binary 11010110 11100000 11001110 100 0 1000 1100 1011101 10110 1010100

Color Harmonies of #D6E0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E0CE

Black with #D6E0CE

Text Example


Text Example

White with #D6E0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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