#D2BDDB

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

Shades of Prelude #D2BDDB

Tints of Prelude #D2BDDB

Color information

#D2BDDB (or 0xD2BDDB) is unknown color: approx Prelude. HEX triplet: D2, BD and DB. RGB value is (210,189,219). Sum of RGB (Red+Green+Blue) = 210+189+219=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDDB is #2D4224. Grayscale: #C6C6C6. Windows color (decimal): -2966053 or 14400978. OLE color: 14400978.

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

Color convert

RGB210189219-
CMYK0.040.1400.14
HSL282º29.41%80%-
HSV(B)282º13.7%85.88%-
XYZ57.5655.2174.64-
YUV198.7139.46136.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.98%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=33.98%
G=30.58%
B=35.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101892190.040.1400.1428229.4180
HexD2BDDB4E0E11a1d50
Octal32227533341601643235120
Binary110100101011110111011011100111001110100011010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BDDB; }

 p { color: rgb(210,189,219); }

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

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

 a { background-color: rgb(210,189,219); }

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

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

 span { border-color: rgb(210,189,219); }

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