#D5D2D3

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

Shades of Prim #D5D2D3

Tints of Prim #D5D2D3

Color information

#D5D2D3 (or 0xD5D2D3) is unknown color: approx Prim. HEX triplet: D5, D2 and D3. RGB value is (213,210,211). Sum of RGB (Red+Green+Blue) = 213+210+211=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D2D3 is #2A2D2C. Grayscale: #D3D3D3. Windows color (decimal): -2764077 or 13882069. OLE color: 13882069.

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

Color convert

RGB213210211-
CMYK00.010.010.16
HSL340º3.45%82.94%-
HSV(B)340º1.41%83.53%-
XYZ62.2564.9470.88-
YUV211.01127.99129.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.60%
GREEN value IS 210 (82.42% from 255) = 33.12%
BLUE value IS 211 (82.81% from 255) = 33.28%
R=33.60%
G=33.12%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321021100.010.010.163403.4582.94
HexD5D2D301110154353
Octal325322323011205243123
Binary11010101110100101101001101110000101010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D2D3; }

 p { color: rgb(213,210,211); }

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

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

 a { background-color: rgb(213,210,211); }

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

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

 span { border-color: rgb(213,210,211); }

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