Html Css Color HEX #D2DBC8 Ottoman

📋 copy color: '#D2DBC8'

red 210 ◦ green 219 ◦ blue 200

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

Shades of Ottoman #D2DBC8

Tints of Ottoman #D2DBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.8%

R = 33.39%
G = 34.82%
B = 31.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#D2DBC8 (or 0xD2DBC8) is known color: Ottoman. HEX triplet: D2, DB and C8. RGB value is (210,219,200). Sum of RGB (Red+Green+Blue) = 210+219+200=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBC8 is #2D2437. Grayscale: #D6D6D6. Windows color (decimal): -2958392 or 13163474. OLE color: 13163474.

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

Color convert

RGB 210 219 200 -
CMYK 0.04 0 0.09 0.14
HSL 88.42º 0.21% 0.82% -
HSV(B) 88.42º 0.09% 0.86% -
XYZ 62.34 68.53 64.59 -
YUV 214.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 210 219 200 0.04 0 0.09 0.14 88.42 0.21 0.82
Hex D2 DB C8 4 0 9 E 58 15 52
Octal 322 333 310 4 0 11 16 130 25 122
Binary 11010010 11011011 11001000 100 0 1001 1110 1011000 10101 1010010

Color Harmonies of #D2DBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBC8

Black with #D2DBC8

Text Example


Text Example

White with #D2DBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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