Html Css Color HEX #D3D6D0 Ottoman

📋 copy color: '#D3D6D0'

red 211 ◦ green 214 ◦ blue 208

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

Shades of Ottoman #D3D6D0

Tints of Ottoman #D3D6D0

RGB

 RED value IS 211 (82.81% from 255) = 33.33%

 GREEN value IS 214 (83.98% from 255) = 33.81%

 BLUE value IS 208 (81.64% from 255) = 32.86%

R = 33.33%
G = 33.81%
B = 32.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D3D6D0 (or 0xD3D6D0) is known color: Ottoman. HEX triplet: D3, D6 and D0. RGB value is (211,214,208). Sum of RGB (Red+Green+Blue) = 211+214+208=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D6D0 is #2C292F. Grayscale: #D4D4D4. Windows color (decimal): -2894128 or 13686483. OLE color: 13686483.

HSL color Cylindrical-coordinate representation of color #D3D6D0: hue angle of 90º degrees, saturation: 0.07, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D3D6D0 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 214 208 -
CMYK 0.01 0 0.03 0.16
HSL 90º 0.07% 0.83% -
HSV(B) 90º 0.03% 0.84% -
XYZ 62.3 66.5 69.23 -
YUV 212.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 211 214 208 0.01 0 0.03 0.16 90 0.07 0.83
Hex D3 D6 D0 1 0 3 10 5A 7 53
Octal 323 326 320 1 0 3 20 132 7 123
Binary 11010011 11010110 11010000 1 0 11 10000 1011010 111 1010011

Color Harmonies of #D3D6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D6D0

Black with #D3D6D0

Text Example


Text Example

White with #D3D6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D6D0; }

 p { color: rgb(211,214,208); }

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

background-color css

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

 a { background-color: rgb(211,214,208); }

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

border-color css

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

 span { border-color: rgb(211,214,208); }

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