Html Css Color HEX #D2DDC6 Ottoman

📋 copy color: '#D2DDC6'

red 210 ◦ green 221 ◦ blue 198

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

Shades of Ottoman #D2DDC6

Tints of Ottoman #D2DDC6

RGB

 RED value IS 210 (82.42% from 255) = 33.39%

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

 BLUE value IS 198 (77.73% from 255) = 31.48%

R = 33.39%
G = 35.14%
B = 31.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#D2DDC6 (or 0xD2DDC6) is known color: Ottoman. HEX triplet: D2, DD and C6. RGB value is (210,221,198). Sum of RGB (Red+Green+Blue) = 210+221+198=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDC6 is #2D2239. Grayscale: #D7D7D7. Windows color (decimal): -2957882 or 13032914. OLE color: 13032914.

HSL color Cylindrical-coordinate representation of color #D2DDC6: hue angle of 88.7º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2DDC6 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 221 198 -
CMYK 0.05 0 0.10 0.13
HSL 88.7º 0.25% 0.82% -
HSV(B) 88.7º 0.1% 0.87% -
XYZ 62.63 69.49 63.54 -
YUV 215.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 210 221 198 0.05 0 0.10 0.13 88.7 0.25 0.82
Hex D2 DD C6 5 0 A D 59 19 52
Octal 322 335 306 5 0 12 15 131 31 122
Binary 11010010 11011101 11000110 101 0 1010 1101 1011001 11001 1010010

Color Harmonies of #D2DDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDC6

Black with #D2DDC6

Text Example


Text Example

White with #D2DDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDC6; }

 p { color: rgb(210,221,198); }

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

background-color css

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

 a { background-color: rgb(210,221,198); }

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

border-color css

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

 span { border-color: rgb(210,221,198); }

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