#D7CDD1

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

Shades of Prim #D7CDD1

Tints of Prim #D7CDD1

Color information

#D7CDD1 (or 0xD7CDD1) is unknown color: approx Prim. HEX triplet: D7, CD and D1. RGB value is (215,205,209). Sum of RGB (Red+Green+Blue) = 215+205+209=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDD1 is #28322E. Grayscale: #D0D0D0. Windows color (decimal): -2634287 or 13749719. OLE color: 13749719.

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

Color convert

RGB215205209-
CMYK00.050.030.16
HSL336º11.11%82.35%-
HSV(B)336º4.65%84.31%-
XYZ61.3662.7169.19-
YUV208.45128.31132.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.18%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 209 (82.03% from 255) = 33.23%
R=34.18%
G=32.59%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520520900.050.030.1633611.1182.35
HexD7CDD105310150b52
Octal3273153210532052013122
Binary1101011111001101110100010101111000010101000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDD1; }

 p { color: rgb(215,205,209); }

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

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

 a { background-color: rgb(215,205,209); }

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

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

 span { border-color: rgb(215,205,209); }

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