Html Css Color HEX #D4BFDF Prelude

📋 copy color: '#D4BFDF'

red 212 ◦ green 191 ◦ blue 223

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

Shades of Prelude #D4BFDF

Tints of Prelude #D4BFDF

RGB

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

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

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

R = 33.87%
G = 30.51%
B = 35.62%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4BFDF (or 0xD4BFDF) is known color: Prelude. HEX triplet: D4, BF and DF. RGB value is (212,191,223). Sum of RGB (Red+Green+Blue) = 212+191+223=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BFDF is #2B4020. Grayscale: #C8C8C8. Windows color (decimal): -2834465 or 14663636. OLE color: 14663636.

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

Color convert

RGB 212 191 223 -
CMYK 0.05 0.14 0 0.13
HSL 279.38º 0.33% 0.81% -
HSV(B) 279.38º 0.14% 0.87% -
XYZ 59.1 56.59 77.62 -
YUV 200.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 212 191 223 0.05 0.14 0 0.13 279.38 0.33 0.81
Hex D4 BF DF 5 E 0 D 117 21 51
Octal 324 277 337 5 16 0 15 427 41 121
Binary 11010100 10111111 11011111 101 1110 0 1101 100010111 100001 1010001

Color Harmonies of #D4BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BFDF

Black with #D4BFDF

Text Example


Text Example

White with #D4BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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