Html Css Color HEX #D1BCDF Prelude

📋 copy color: '#D1BCDF'

red 209 ◦ green 188 ◦ blue 223

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

Shades of Prelude #D1BCDF

Tints of Prelude #D1BCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.32%

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

R = 33.71%
G = 30.32%
B = 35.97%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1BCDF (or 0xD1BCDF) is known color: Prelude. HEX triplet: D1, BC and DF. RGB value is (209,188,223). Sum of RGB (Red+Green+Blue) = 209+188+223=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCDF is #2E4320. Grayscale: #C6C6C6. Windows color (decimal): -3031841 or 14662865. OLE color: 14662865.

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

Color convert

RGB 209 188 223 -
CMYK 0.06 0.16 0 0.13
HSL 276º 0.35% 0.81% -
HSV(B) 276º 0.16% 0.87% -
XYZ 57.6 54.85 77.36 -
YUV 198.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 209 188 223 0.06 0.16 0 0.13 276 0.35 0.81
Hex D1 BC DF 6 10 0 D 114 23 51
Octal 321 274 337 6 20 0 15 424 43 121
Binary 11010001 10111100 11011111 110 10000 0 1101 100010100 100011 1010001

Color Harmonies of #D1BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BCDF

Black with #D1BCDF

Text Example


Text Example

White with #D1BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BCDF; }

 p { color: rgb(209,188,223); }

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

background-color css

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

 a { background-color: rgb(209,188,223); }

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

border-color css

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

 span { border-color: rgb(209,188,223); }

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