Html Css Color HEX #D6DCCE Ottoman

📋 copy color: '#D6DCCE'

red 214 ◦ green 220 ◦ blue 206

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

Shades of Ottoman #D6DCCE

Tints of Ottoman #D6DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.38%

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

R = 33.44%
G = 34.38%
B = 32.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#D6DCCE (or 0xD6DCCE) is known color: Ottoman. HEX triplet: D6, DC and CE. RGB value is (214,220,206). Sum of RGB (Red+Green+Blue) = 214+220+206=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCCE is #292331. Grayscale: #D8D8D8. Windows color (decimal): -2695986 or 13556950. OLE color: 13556950.

HSL color Cylindrical-coordinate representation of color #D6DCCE: hue angle of 85.71º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6DCCE is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 206 -
CMYK 0.03 0 0.06 0.14
HSL 85.71º 0.17% 0.84% -
HSV(B) 85.71º 0.06% 0.86% -
XYZ 64.47 69.94 68.49 -
YUV 216.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 214 220 206 0.03 0 0.06 0.14 85.71 0.17 0.84
Hex D6 DC CE 3 0 6 E 56 11 54
Octal 326 334 316 3 0 6 16 126 21 124
Binary 11010110 11011100 11001110 11 0 110 1110 1010110 10001 1010100

Color Harmonies of #D6DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCCE

Black with #D6DCCE

Text Example


Text Example

White with #D6DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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