Html Css Color HEX #D4BFE0 Prelude

📋 copy color: '#D4BFE0'

red 212 ◦ green 191 ◦ blue 224

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

Shades of Prelude #D4BFE0

Tints of Prelude #D4BFE0

RGB

 RED value IS 212 (83.2% from 255) = 33.81%

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

 BLUE value IS 224 (87.89% from 255) = 35.73%

R = 33.81%
G = 30.46%
B = 35.73%

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

#D4BFE0 (or 0xD4BFE0) is known color: Prelude. HEX triplet: D4, BF and E0. RGB value is (212,191,224). Sum of RGB (Red+Green+Blue) = 212+191+224=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #D4BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BFE0 is #2B401F. Grayscale: #C8C8C8. Windows color (decimal): -2834464 or 14729172. OLE color: 14729172.

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

Color convert

RGB 212 191 224 -
CMYK 0.05 0.15 0 0.12
HSL 278.18º 0.35% 0.81% -
HSV(B) 278.18º 0.15% 0.88% -
XYZ 59.24 56.64 78.33 -
YUV 201.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 212 191 224 0.05 0.15 0 0.12 278.18 0.35 0.81
Hex D4 BF E0 5 F 0 C 116 23 51
Octal 324 277 340 5 17 0 14 426 43 121
Binary 11010100 10111111 11100000 101 1111 0 1100 100010110 100011 1010001

Color Harmonies of #D4BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BFE0

Black with #D4BFE0

Text Example


Text Example

White with #D4BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BFE0; }

 p { color: rgb(212,191,224); }

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

background-color css

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

 a { background-color: rgb(212,191,224); }

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

border-color css

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

 span { border-color: rgb(212,191,224); }

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