Html Css Color HEX #D2DBC9 Ottoman

📋 copy color: '#D2DBC9'

red 210 ◦ green 219 ◦ blue 201

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

Shades of Ottoman #D2DBC9

Tints of Ottoman #D2DBC9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.76%

 BLUE value IS 201 (78.91% from 255) = 31.9%

R = 33.33%
G = 34.76%
B = 31.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#D2DBC9 (or 0xD2DBC9) is known color: Ottoman. HEX triplet: D2, DB and C9. RGB value is (210,219,201). Sum of RGB (Red+Green+Blue) = 210+219+201=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBC9 is #2D2436. Grayscale: #D6D6D6. Windows color (decimal): -2958391 or 13229010. OLE color: 13229010.

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

Color convert

RGB 210 219 201 -
CMYK 0.04 0 0.08 0.14
HSL 90º 0.2% 0.82% -
HSV(B) 90º 0.08% 0.86% -
XYZ 62.45 68.58 65.2 -
YUV 214.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 210 219 201 0.04 0 0.08 0.14 90 0.2 0.82
Hex D2 DB C9 4 0 8 E 5A 14 52
Octal 322 333 311 4 0 10 16 132 24 122
Binary 11010010 11011011 11001001 100 0 1000 1110 1011010 10100 1010010

Color Harmonies of #D2DBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBC9

Black with #D2DBC9

Text Example


Text Example

White with #D2DBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBC9; }

 p { color: rgb(210,219,201); }

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

background-color css

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

 a { background-color: rgb(210,219,201); }

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

border-color css

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

 span { border-color: rgb(210,219,201); }

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