Html Css Color HEX #D2DBC6 Ottoman

📋 copy color: '#D2DBC6'

red 210 ◦ green 219 ◦ blue 198

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

Shades of Ottoman #D2DBC6

Tints of Ottoman #D2DBC6

RGB

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

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

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

R = 33.49%
G = 34.93%
B = 31.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#D2DBC6 (or 0xD2DBC6) is known color: Ottoman. HEX triplet: D2, DB and C6. RGB value is (210,219,198). Sum of RGB (Red+Green+Blue) = 210+219+198=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBC6 is #2D2439. Grayscale: #D5D5D5. Windows color (decimal): -2958394 or 13032402. OLE color: 13032402.

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

Color convert

RGB 210 219 198 -
CMYK 0.04 0 0.10 0.14
HSL 85.71º 0.23% 0.82% -
HSV(B) 85.71º 0.1% 0.86% -
XYZ 62.1 68.44 63.36 -
YUV 213.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 210 219 198 0.04 0 0.10 0.14 85.71 0.23 0.82
Hex D2 DB C6 4 0 A E 56 17 52
Octal 322 333 306 4 0 12 16 126 27 122
Binary 11010010 11011011 11000110 100 0 1010 1110 1010110 10111 1010010

Color Harmonies of #D2DBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DBC6

Black with #D2DBC6

Text Example


Text Example

White with #D2DBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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