#D0C0DB

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

Shades of Prelude #D0C0DB

Tints of Prelude #D0C0DB

Color information

#D0C0DB (or 0xD0C0DB) is unknown color: approx Prelude. HEX triplet: D0, C0 and DB. RGB value is (208,192,219). Sum of RGB (Red+Green+Blue) = 208+192+219=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C0DB is #2F3F24. Grayscale: #C7C7C7. Windows color (decimal): -3096357 or 14401744. OLE color: 14401744.

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

Color convert

RGB208192219-
CMYK0.050.1200.14
HSL275.56º27.27%80.59%-
HSV(B)275.56º12.33%85.88%-
XYZ57.6556.2274.83-
YUV199.86138.8133.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 192 (75.39% from 255) = 31.02%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=33.60%
G=31.02%
B=35.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081922190.050.1200.14275.5627.2780.59
HexD0C0DB5C0E1141b51
Octal32030033351401642433121
Binary110100001100000011011011101110001110100010100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C0DB; }

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

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

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

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

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

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

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

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