#D7D0D3

Color #D7D0D3 Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #D7D0D3

Tints of Prim #D7D0D3

Color information

#D7D0D3 (or 0xD7D0D3) is unknown color: approx Prim. HEX triplet: D7, D0 and D3. RGB value is (215,208,211). Sum of RGB (Red+Green+Blue) = 215+208+211=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0D3 is #282F2C. Grayscale: #D2D2D2. Windows color (decimal): -2633517 or 13881559. OLE color: 13881559.

HSL color Cylindrical-coordinate representation of color #D7D0D3: hue angle of 334.29º degrees, saturation: 0.08, 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 #D7D0D3 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB215208211-
CMYK00.030.020.16
HSL334.29º8.05%82.94%-
HSV(B)334.29º3.26%84.31%-
XYZ62.3464.2670.75-
YUV210.43128.32131.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.91%
GREEN value IS 208 (81.64% from 255) = 32.81%
BLUE value IS 211 (82.81% from 255) = 33.28%
R=33.91%
G=32.81%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520821100.030.020.16334.298.0582.94
HexD7D0D30321014e853
Octal3273203230322051610123
Binary110101111101000011010011011101000010100111010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D0D3; }

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

 H1.HeaderClassName
 {
   color: #D7D0D3;
 }
 .AnyTagClassName
 {
   color: #D7D0D3;
 }
</style>
background-color css

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

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

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

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

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

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