Html Css Color HEX #D2DAC7 Ottoman

📋 copy color: '#D2DAC7'

red 210 ◦ green 218 ◦ blue 199

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

Shades of Ottoman #D2DAC7

Tints of Ottoman #D2DAC7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.77%

 BLUE value IS 199 (78.13% from 255) = 31.74%

R = 33.49%
G = 34.77%
B = 31.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D2DAC7 (or 0xD2DAC7) is known color: Ottoman. HEX triplet: D2, DA and C7. RGB value is (210,218,199). Sum of RGB (Red+Green+Blue) = 210+218+199=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DAC7 is #2D2538. Grayscale: #D5D5D5. Windows color (decimal): -2958649 or 13097682. OLE color: 13097682.

HSL color Cylindrical-coordinate representation of color #D2DAC7: hue angle of 85.26º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2DAC7 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 218 199 -
CMYK 0.04 0 0.09 0.15
HSL 85.26º 0.2% 0.82% -
HSV(B) 85.26º 0.09% 0.85% -
XYZ 61.96 67.97 63.89 -
YUV 213.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 210 218 199 0.04 0 0.09 0.15 85.26 0.2 0.82
Hex D2 DA C7 4 0 9 F 55 14 52
Octal 322 332 307 4 0 11 17 125 24 122
Binary 11010010 11011010 11000111 100 0 1001 1111 1010101 10100 1010010

Color Harmonies of #D2DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DAC7

Black with #D2DAC7

Text Example


Text Example

White with #D2DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DAC7; }

 p { color: rgb(210,218,199); }

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

background-color css

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

 a { background-color: rgb(210,218,199); }

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

border-color css

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

 span { border-color: rgb(210,218,199); }

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