Html Css Color HEX #D2BED9 Prelude

📋 copy color: '#D2BED9'

red 210 ◦ green 190 ◦ blue 217

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

Shades of Prelude #D2BED9

Tints of Prelude #D2BED9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.79%

 BLUE value IS 217 (85.16% from 255) = 35.17%

R = 34.04%
G = 30.79%
B = 35.17%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D2BED9 (or 0xD2BED9) is known color: Prelude. HEX triplet: D2, BE and D9. RGB value is (210,190,217). Sum of RGB (Red+Green+Blue) = 210+190+217=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 217 - color contains mainly: blue. Hex color #D2BED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BED9 is #2D4126. Grayscale: #C6C6C6. Windows color (decimal): -2965799 or 14270162. OLE color: 14270162.

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

Color convert

RGB 210 190 217 -
CMYK 0.03 0.12 0 0.15
HSL 284.44º 0.26% 0.8% -
HSV(B) 284.44º 0.12% 0.85% -
XYZ 57.52 55.54 73.33 -
YUV 199.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 210 190 217 0.03 0.12 0 0.15 284.44 0.26 0.8
Hex D2 BE D9 3 C 0 F 11C 1A 50
Octal 322 276 331 3 14 0 17 434 32 120
Binary 11010010 10111110 11011001 11 1100 0 1111 100011100 11010 1010000

Color Harmonies of #D2BED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BED9

Black with #D2BED9

Text Example


Text Example

White with #D2BED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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