#D4C3DD

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

Shades of Prelude #D4C3DD

Tints of Prelude #D4C3DD

Color information

#D4C3DD (or 0xD4C3DD) is unknown color: approx Prelude. HEX triplet: D4, C3 and DD. RGB value is (212,195,221). Sum of RGB (Red+Green+Blue) = 212+195+221=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 195 (76.56% from 255 or 31.05% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4C3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C3DD is #2B3C22. Grayscale: #CACACA. Windows color (decimal): -2833443 or 14533588. OLE color: 14533588.

HSL color Cylindrical-coordinate representation of color #D4C3DD: hue angle of 279.23º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4C3DD is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212195221-
CMYK0.040.1200.13
HSL279.23º27.66%81.57%-
HSV(B)279.23º11.76%86.67%-
XYZ59.7258.2576.5-
YUV203.05138.13134.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.76%
GREEN value IS 195 (76.56% from 255) = 31.05%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=33.76%
G=31.05%
B=35.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121952210.040.1200.13279.2327.6681.57
HexD4C3DD4C0D1171c52
Octal32430333541401542734122
Binary110101001100001111011101100110001101100010111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C3DD; }

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

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

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

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

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

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

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

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