#d2bedc

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

Shades of Prelude #D2BEDC

Tints of Prelude #D2BEDC

Color information

#D2BEDC (or 0xD2BEDC) is unknown color: approx Prelude. HEX triplet: D2, BE and DC. RGB value is (210,190,220). Sum of RGB (Red+Green+Blue) = 210+190+220=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEDC is #2D4123. Grayscale: #C7C7C7. Windows color (decimal): -2965796 or 14466770. OLE color: 14466770.

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

Color convert

RGB210190220-
CMYK0.050.1400.14
HSL280º30%80.39%-
HSV(B)280º13.64%86.27%-
XYZ57.9155.775.41-
YUV199.4139.63135.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.87%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=33.87%
G=30.65%
B=35.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101902200.050.1400.142803080.39
HexD2BEDC5E0E1181e50
Octal32227633451601643036120
Binary110100101011111011011100101111001110100011000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2bedc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2bedc; }

 p { color: rgb(210,190,220); }

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

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

 a { background-color: rgb(210,190,220); }

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

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

 span { border-color: rgb(210,190,220); }

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