#D5CDD0

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

Shades of Prim #D5CDD0

Tints of Prim #D5CDD0

Color information

#D5CDD0 (or 0xD5CDD0) is unknown color: approx Prim. HEX triplet: D5, CD and D0. RGB value is (213,205,208). Sum of RGB (Red+Green+Blue) = 213+205+208=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDD0 is #2A322F. Grayscale: #CFCFCF. Windows color (decimal): -2765360 or 13684181. OLE color: 13684181.

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

Color convert

RGB213205208-
CMYK00.040.020.16
HSL337.5º8.7%81.96%-
HSV(B)337.5º3.76%83.53%-
XYZ60.6662.3668.51-
YUV207.73128.15131.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.03%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 208 (81.64% from 255) = 33.23%
R=34.03%
G=32.75%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320520800.040.020.16337.58.781.96
HexD5CDD004210152952
Octal3253153200422052211122
Binary1101010111001101110100000100101000010101001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDD0; }

 p { color: rgb(213,205,208); }

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

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

 a { background-color: rgb(213,205,208); }

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

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

 span { border-color: rgb(213,205,208); }

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