Html Css Color HEX #D1BFDA Prelude

📋 copy color: '#D1BFDA'

red 209 ◦ green 191 ◦ blue 218

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

Shades of Prelude #D1BFDA

Tints of Prelude #D1BFDA

RGB

 RED value IS 209 (82.03% from 255) = 33.82%

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

 BLUE value IS 218 (85.55% from 255) = 35.28%

R = 33.82%
G = 30.91%
B = 35.28%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D1BFDA (or 0xD1BFDA) is known color: Prelude. HEX triplet: D1, BF and DA. RGB value is (209,191,218). Sum of RGB (Red+Green+Blue) = 209+191+218=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFDA is #2E4025. Grayscale: #C7C7C7. Windows color (decimal): -3031078 or 14335953. OLE color: 14335953.

HSL color Cylindrical-coordinate representation of color #D1BFDA: hue angle of 280º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1BFDA is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 191 218 -
CMYK 0.04 0.12 0 0.15
HSL 280º 0.27% 0.8% -
HSV(B) 280º 0.12% 0.85% -
XYZ 57.58 55.88 74.08 -
YUV 199.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 209 191 218 0.04 0.12 0 0.15 280 0.27 0.8
Hex D1 BF DA 4 C 0 F 118 1B 50
Octal 321 277 332 4 14 0 17 430 33 120
Binary 11010001 10111111 11011010 100 1100 0 1111 100011000 11011 1010000

Color Harmonies of #D1BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BFDA

Black with #D1BFDA

Text Example


Text Example

White with #D1BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BFDA; }

 p { color: rgb(209,191,218); }

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

background-color css

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

 a { background-color: rgb(209,191,218); }

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

border-color css

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

 span { border-color: rgb(209,191,218); }

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