Html Css Color HEX #D2BED8 Prelude

📋 copy color: '#D2BED8'

red 210 ◦ green 190 ◦ blue 216

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

Shades of Prelude #D2BED8

Tints of Prelude #D2BED8

RGB

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

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

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

R = 34.09%
G = 30.84%
B = 35.06%

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

#D2BED8 (or 0xD2BED8) is known color: Prelude. HEX triplet: D2, BE and D8. RGB value is (210,190,216). Sum of RGB (Red+Green+Blue) = 210+190+216=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 216 - color contains mainly: blue. Hex color #D2BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BED8 is #2D4127. Grayscale: #C6C6C6. Windows color (decimal): -2965800 or 14204626. OLE color: 14204626.

HSL color Cylindrical-coordinate representation of color #D2BED8: hue angle of 286.15º degrees, saturation: 0.25, 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 #D2BED8 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 190 216 -
CMYK 0.03 0.12 0 0.15
HSL 286.15º 0.25% 0.8% -
HSV(B) 286.15º 0.12% 0.85% -
XYZ 57.39 55.49 72.65 -
YUV 198.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 210 190 216 0.03 0.12 0 0.15 286.15 0.25 0.8
Hex D2 BE D8 3 C 0 F 11E 19 50
Octal 322 276 330 3 14 0 17 436 31 120
Binary 11010010 10111110 11011000 11 1100 0 1111 100011110 11001 1010000

Color Harmonies of #D2BED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BED8

Black with #D2BED8

Text Example


Text Example

White with #D2BED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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