#D4C0DB

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

Shades of Prelude #D4C0DB

Tints of Prelude #D4C0DB

Color information

#D4C0DB (or 0xD4C0DB) is unknown color: approx Prelude. HEX triplet: D4, C0 and DB. RGB value is (212,192,219). Sum of RGB (Red+Green+Blue) = 212+192+219=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C0DB is #2B3F24. Grayscale: #C8C8C8. Windows color (decimal): -2834213 or 14401748. OLE color: 14401748.

HSL color Cylindrical-coordinate representation of color #D4C0DB: hue angle of 284.44º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4C0DB is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212192219-
CMYK0.030.1200.14
HSL284.44º27.27%80.59%-
HSV(B)284.44º12.33%85.88%-
XYZ58.7956.8174.88-
YUV201.06138.13135.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.03%
GREEN value IS 192 (75.39% from 255) = 30.82%
BLUE value IS 219 (85.94% from 255) = 35.15%
R=34.03%
G=30.82%
B=35.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121922190.030.1200.14284.4427.2780.59
HexD4C0DB3C0E11c1b51
Octal32430033331401643433121
Binary11010100110000001101101111110001110100011100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C0DB; }

 p { color: rgb(212,192,219); }

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

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

 a { background-color: rgb(212,192,219); }

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

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

 span { border-color: rgb(212,192,219); }

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