Html Css Color HEX #D2BAD8 Prelude

📋 copy color: '#D2BAD8'

red 210 ◦ green 186 ◦ blue 216

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

Shades of Prelude #D2BAD8

Tints of Prelude #D2BAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.29%

R = 34.31%
G = 30.39%
B = 35.29%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D2BAD8 (or 0xD2BAD8) is known color: Prelude. HEX triplet: D2, BA and D8. RGB value is (210,186,216). Sum of RGB (Red+Green+Blue) = 210+186+216=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 216 - color contains mainly: blue. Hex color #D2BAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BAD8 is #2D4527. Grayscale: #C4C4C4. Windows color (decimal): -2966824 or 14203602. OLE color: 14203602.

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

Color convert

RGB 210 186 216 -
CMYK 0.03 0.14 0 0.15
HSL 288º 0.28% 0.79% -
HSV(B) 288º 0.14% 0.85% -
XYZ 56.53 53.78 72.37 -
YUV 196.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 210 186 216 0.03 0.14 0 0.15 288 0.28 0.79
Hex D2 BA D8 3 E 0 F 120 1C 4F
Octal 322 272 330 3 16 0 17 440 34 117
Binary 11010010 10111010 11011000 11 1110 0 1111 100100000 11100 1001111

Color Harmonies of #D2BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BAD8

Black with #D2BAD8

Text Example


Text Example

White with #D2BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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