Html Css Color HEX #D6DDCD Ottoman

📋 copy color: '#D6DDCD'

red 214 ◦ green 221 ◦ blue 205

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

Shades of Ottoman #D6DDCD

Tints of Ottoman #D6DDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.03%

R = 33.44%
G = 34.53%
B = 32.03%

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

#D6DDCD (or 0xD6DDCD) is known color: Ottoman. HEX triplet: D6, DD and CD. RGB value is (214,221,205). Sum of RGB (Red+Green+Blue) = 214+221+205=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DDCD is #292232. Grayscale: #D9D9D9. Windows color (decimal): -2695731 or 13491670. OLE color: 13491670.

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

Color convert

RGB 214 221 205 -
CMYK 0.03 0 0.07 0.13
HSL 86.25º 0.19% 0.84% -
HSV(B) 86.25º 0.07% 0.87% -
XYZ 64.61 70.42 67.94 -
YUV 217.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 214 221 205 0.03 0 0.07 0.13 86.25 0.19 0.84
Hex D6 DD CD 3 0 7 D 56 13 54
Octal 326 335 315 3 0 7 15 126 23 124
Binary 11010110 11011101 11001101 11 0 111 1101 1010110 10011 1010100

Color Harmonies of #D6DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DDCD

Black with #D6DDCD

Text Example


Text Example

White with #D6DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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