#D6C3DD

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

Shades of Prelude #D6C3DD

Tints of Prelude #D6C3DD

Color information

#D6C3DD (or 0xD6C3DD) is unknown color: approx Prelude. HEX triplet: D6, C3 and DD. RGB value is (214,195,221). Sum of RGB (Red+Green+Blue) = 214+195+221=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6C3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3DD is #293C22. Grayscale: #CBCBCB. Windows color (decimal): -2702371 or 14533590. OLE color: 14533590.

HSL color Cylindrical-coordinate representation of color #D6C3DD: hue angle of 283.85º 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 #D6C3DD is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214195221-
CMYK0.030.1200.13
HSL283.85º27.66%81.57%-
HSV(B)283.85º11.76%86.67%-
XYZ60.358.5576.53-
YUV203.64137.79135.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.97%
GREEN value IS 195 (76.56% from 255) = 30.95%
BLUE value IS 221 (86.72% from 255) = 35.08%
R=33.97%
G=30.95%
B=35.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141952210.030.1200.13283.8527.6681.57
HexD6C3DD3C0D11c1c52
Octal32630333531401543434122
Binary11010110110000111101110111110001101100011100111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C3DD; }

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

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

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

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

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

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

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

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