Html Css Color HEX #D2BEDF Prelude

📋 copy color: '#D2BEDF'

red 210 ◦ green 190 ◦ blue 223

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

Shades of Prelude #D2BEDF

Tints of Prelude #D2BEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.79%

R = 33.71%
G = 30.5%
B = 35.79%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D2BEDF (or 0xD2BEDF) is known color: Prelude. HEX triplet: D2, BE and DF. RGB value is (210,190,223). Sum of RGB (Red+Green+Blue) = 210+190+223=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BEDF is #2D4120. Grayscale: #C7C7C7. Windows color (decimal): -2965793 or 14663378. OLE color: 14663378.

HSL color Cylindrical-coordinate representation of color #D2BEDF: hue angle of 276.36º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2BEDF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 190 223 -
CMYK 0.06 0.15 0 0.13
HSL 276.36º 0.34% 0.81% -
HSV(B) 276.36º 0.15% 0.87% -
XYZ 58.31 55.86 77.52 -
YUV 199.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 210 190 223 0.06 0.15 0 0.13 276.36 0.34 0.81
Hex D2 BE DF 6 F 0 D 114 22 51
Octal 322 276 337 6 17 0 15 424 42 121
Binary 11010010 10111110 11011111 110 1111 0 1101 100010100 100010 1010001

Color Harmonies of #D2BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BEDF

Black with #D2BEDF

Text Example


Text Example

White with #D2BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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