Html Css Color HEX #D5BEE1 Prelude

📋 copy color: '#D5BEE1'

red 213 ◦ green 190 ◦ blue 225

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

Shades of Prelude #D5BEE1

Tints of Prelude #D5BEE1

RGB

 RED value IS 213 (83.59% from 255) = 33.92%

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

 BLUE value IS 225 (88.28% from 255) = 35.83%

R = 33.92%
G = 30.25%
B = 35.83%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D5BEE1 (or 0xD5BEE1) is known color: Prelude. HEX triplet: D5, BE and E1. RGB value is (213,190,225). Sum of RGB (Red+Green+Blue) = 213+190+225=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 225 - color contains mainly: blue. Hex color #D5BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEE1 is #2A411E. Grayscale: #C8C8C8. Windows color (decimal): -2769183 or 14794453. OLE color: 14794453.

HSL color Cylindrical-coordinate representation of color #D5BEE1: hue angle of 279.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5BEE1 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 190 225 -
CMYK 0.05 0.16 0 0.12
HSL 279.43º 0.37% 0.81% -
HSV(B) 279.43º 0.16% 0.88% -
XYZ 59.44 56.41 78.99 -
YUV 200.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 213 190 225 0.05 0.16 0 0.12 279.43 0.37 0.81
Hex D5 BE E1 5 10 0 C 117 25 51
Octal 325 276 341 5 20 0 14 427 45 121
Binary 11010101 10111110 11100001 101 10000 0 1100 100010111 100101 1010001

Color Harmonies of #D5BEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BEE1

Black with #D5BEE1

Text Example


Text Example

White with #D5BEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BEE1; }

 p { color: rgb(213,190,225); }

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

background-color css

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

 a { background-color: rgb(213,190,225); }

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

border-color css

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

 span { border-color: rgb(213,190,225); }

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