Html Css Color HEX #D5BFE1 Prelude

📋 copy color: '#D5BFE1'

red 213 ◦ green 191 ◦ blue 225

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

Shades of Prelude #D5BFE1

Tints of Prelude #D5BFE1

RGB

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

 GREEN value IS 191 (75% from 255) = 30.37%

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

R = 33.86%
G = 30.37%
B = 35.77%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D5BFE1 (or 0xD5BFE1) is known color: Prelude. HEX triplet: D5, BF and E1. RGB value is (213,191,225). Sum of RGB (Red+Green+Blue) = 213+191+225=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 225 - color contains mainly: blue. Hex color #D5BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFE1 is #2A401E. Grayscale: #C9C9C9. Windows color (decimal): -2768927 or 14794709. OLE color: 14794709.

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

Color convert

RGB 213 191 225 -
CMYK 0.05 0.15 0 0.12
HSL 278.82º 0.36% 0.82% -
HSV(B) 278.82º 0.15% 0.88% -
XYZ 59.66 56.84 79.06 -
YUV 201.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 213 191 225 0.05 0.15 0 0.12 278.82 0.36 0.82
Hex D5 BF E1 5 F 0 C 117 24 52
Octal 325 277 341 5 17 0 14 427 44 122
Binary 11010101 10111111 11100001 101 1111 0 1100 100010111 100100 1010010

Color Harmonies of #D5BFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BFE1

Black with #D5BFE1

Text Example


Text Example

White with #D5BFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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