#D6C2DF

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

Shades of Prelude #D6C2DF

Tints of Prelude #D6C2DF

Color information

#D6C2DF (or 0xD6C2DF) is unknown color: approx Prelude. HEX triplet: D6, C2 and DF. RGB value is (214,194,223). Sum of RGB (Red+Green+Blue) = 214+194+223=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #D6C2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C2DF is #293D20. Grayscale: #CBCBCB. Windows color (decimal): -2702625 or 14664406. OLE color: 14664406.

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

Color convert

RGB214194223-
CMYK0.040.1300.13
HSL281.38º31.18%81.76%-
HSV(B)281.38º13%87.45%-
XYZ60.3458.2177.87-
YUV203.29139.13135.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 194 (76.17% from 255) = 30.74%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=33.91%
G=30.74%
B=35.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141942230.040.1300.13281.3831.1881.76
HexD6C2DF4D0D1191f52
Octal32630233741501543137122
Binary110101101100001011011111100110101101100011001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C2DF; }

 p { color: rgb(214,194,223); }

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

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

 a { background-color: rgb(214,194,223); }

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

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

 span { border-color: rgb(214,194,223); }

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