Html Css Color HEX #D6DDCE Ottoman

📋 copy color: '#D6DDCE'

red 214 ◦ green 221 ◦ blue 206

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

Shades of Ottoman #D6DDCE

Tints of Ottoman #D6DDCE

RGB

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

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

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

R = 33.39%
G = 34.48%
B = 32.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#D6DDCE (or 0xD6DDCE) is known color: Ottoman. HEX triplet: D6, DD and CE. RGB value is (214,221,206). Sum of RGB (Red+Green+Blue) = 214+221+206=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDCE is #292231. Grayscale: #D9D9D9. Windows color (decimal): -2695730 or 13557206. OLE color: 13557206.

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

Color convert

RGB 214 221 206 -
CMYK 0.03 0 0.07 0.13
HSL 88º 0.18% 0.84% -
HSV(B) 88º 0.07% 0.87% -
XYZ 64.73 70.47 68.58 -
YUV 217.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 214 221 206 0.03 0 0.07 0.13 88 0.18 0.84
Hex D6 DD CE 3 0 7 D 58 12 54
Octal 326 335 316 3 0 7 15 130 22 124
Binary 11010110 11011101 11001110 11 0 111 1101 1011000 10010 1010100

Color Harmonies of #D6DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDCE

Black with #D6DDCE

Text Example


Text Example

White with #D6DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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