Html Css Color HEX #D2BED7 Prelude

📋 copy color: '#D2BED7'

red 210 ◦ green 190 ◦ blue 215

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

Shades of Prelude #D2BED7

Tints of Prelude #D2BED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.96%

R = 34.15%
G = 30.89%
B = 34.96%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D2BED7 (or 0xD2BED7) is known color: Prelude. HEX triplet: D2, BE and D7. RGB value is (210,190,215). Sum of RGB (Red+Green+Blue) = 210+190+215=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 215 - color contains mainly: blue. Hex color #D2BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BED7 is #2D4128. Grayscale: #C6C6C6. Windows color (decimal): -2965801 or 14139090. OLE color: 14139090.

HSL color Cylindrical-coordinate representation of color #D2BED7: hue angle of 288º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2BED7 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 190 215 -
CMYK 0.02 0.12 0 0.16
HSL 288º 0.24% 0.79% -
HSV(B) 288º 0.12% 0.84% -
XYZ 57.26 55.43 71.97 -
YUV 198.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 210 190 215 0.02 0.12 0 0.16 288 0.24 0.79
Hex D2 BE D7 2 C 0 10 120 18 4F
Octal 322 276 327 2 14 0 20 440 30 117
Binary 11010010 10111110 11010111 10 1100 0 10000 100100000 11000 1001111

Color Harmonies of #D2BED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BED7

Black with #D2BED7

Text Example


Text Example

White with #D2BED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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