Html Css Color HEX #D2BADC Prelude

📋 copy color: '#D2BADC'

red 210 ◦ green 186 ◦ blue 220

#D2BADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #D2BADC

Tints of Prelude #D2BADC

RGB

 RED value IS 210 (82.42% from 255) = 34.09%

 GREEN value IS 186 (73.05% from 255) = 30.19%

 BLUE value IS 220 (86.33% from 255) = 35.71%

R = 34.09%
G = 30.19%
B = 35.71%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2BADC (or 0xD2BADC) is known color: Prelude. HEX triplet: D2, BA and DC. RGB value is (210,186,220). Sum of RGB (Red+Green+Blue) = 210+186+220=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BADC is #2D4523. Grayscale: #C4C4C4. Windows color (decimal): -2966820 or 14465746. OLE color: 14465746.

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

Color convert

RGB 210 186 220 -
CMYK 0.05 0.15 0 0.14
HSL 282.35º 0.33% 0.8% -
HSV(B) 282.35º 0.15% 0.86% -
XYZ 57.06 53.99 75.12 -
YUV 197.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 210 186 220 0.05 0.15 0 0.14 282.35 0.33 0.8
Hex D2 BA DC 5 F 0 E 11A 21 50
Octal 322 272 334 5 17 0 16 432 41 120
Binary 11010010 10111010 11011100 101 1111 0 1110 100011010 100001 1010000

Color Harmonies of #D2BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BADC

Black with #D2BADC

Text Example


Text Example

White with #D2BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BADC; }

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

 H1.HeaderClassName
 {
   color: #D2BADC;
 }
 .AnyTagClassName
 {
   color: #D2BADC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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