#D1BCDA

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

Shades of Prelude #D1BCDA

Tints of Prelude #D1BCDA

Color information

#D1BCDA (or 0xD1BCDA) is unknown color: approx Prelude. HEX triplet: D1, BC and DA. RGB value is (209,188,218). Sum of RGB (Red+Green+Blue) = 209+188+218=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCDA is #2E4325. Grayscale: #C5C5C5. Windows color (decimal): -3031846 or 14335185. OLE color: 14335185.

HSL color Cylindrical-coordinate representation of color #D1BCDA: hue angle of 282º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1BCDA is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209188218-
CMYK0.040.1400.15
HSL282º28.85%79.61%-
HSV(B)282º13.76%85.49%-
XYZ56.9354.5873.86-
YUV197.7139.46136.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.98%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=33.98%
G=30.57%
B=35.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091882180.040.1400.1528228.8579.61
HexD1BCDA4E0F11a1d50
Octal32127433241601743235120
Binary110100011011110011011010100111001111100011010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BCDA; }

 p { color: rgb(209,188,218); }

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

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

 a { background-color: rgb(209,188,218); }

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

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

 span { border-color: rgb(209,188,218); }

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