#D4C3D9

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

Shades of Prelude #D4C3D9

Tints of Prelude #D4C3D9

Color information

#D4C3D9 (or 0xD4C3D9) is unknown color: approx Prelude. HEX triplet: D4, C3 and D9. RGB value is (212,195,217). Sum of RGB (Red+Green+Blue) = 212+195+217=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4C3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C3D9 is #2B3C26. Grayscale: #CACACA. Windows color (decimal): -2833447 or 14271444. OLE color: 14271444.

HSL color Cylindrical-coordinate representation of color #D4C3D9: hue angle of 286.36º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4C3D9 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212195217-
CMYK0.020.1000.15
HSL286.36º22.45%80.78%-
HSV(B)286.36º10.14%85.1%-
XYZ59.1958.0473.73-
YUV202.59136.13134.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.97%
GREEN value IS 195 (76.56% from 255) = 31.25%
BLUE value IS 217 (85.16% from 255) = 34.78%
R=33.97%
G=31.25%
B=34.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121952170.020.1000.15286.3622.4580.78
HexD4C3D92A0F11e1651
Octal32430333121201743626121
Binary11010100110000111101100110101001111100011110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C3D9; }

 p { color: rgb(212,195,217); }

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

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

 a { background-color: rgb(212,195,217); }

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

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

 span { border-color: rgb(212,195,217); }

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