Html Css Color HEX #D6DECE Ottoman

📋 copy color: '#D6DECE'

red 214 ◦ green 222 ◦ blue 206

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

Shades of Ottoman #D6DECE

Tints of Ottoman #D6DECE

RGB

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

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

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

R = 33.33%
G = 34.58%
B = 32.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#D6DECE (or 0xD6DECE) is known color: Ottoman. HEX triplet: D6, DE and CE. RGB value is (214,222,206). Sum of RGB (Red+Green+Blue) = 214+222+206=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DECE is #292131. Grayscale: #D9D9D9. Windows color (decimal): -2695474 or 13557462. OLE color: 13557462.

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

Color convert

RGB 214 222 206 -
CMYK 0.04 0 0.07 0.13
HSL 90º 0.2% 0.84% -
HSV(B) 90º 0.07% 0.87% -
XYZ 64.99 70.99 68.67 -
YUV 217.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 214 222 206 0.04 0 0.07 0.13 90 0.2 0.84
Hex D6 DE CE 4 0 7 D 5A 14 54
Octal 326 336 316 4 0 7 15 132 24 124
Binary 11010110 11011110 11001110 100 0 111 1101 1011010 10100 1010100

Color Harmonies of #D6DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DECE

Black with #D6DECE

Text Example


Text Example

White with #D6DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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