Html Css Color HEX #D1BBDC Prelude

📋 copy color: '#D1BBDC'

red 209 ◦ green 187 ◦ blue 220

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

Shades of Prelude #D1BBDC

Tints of Prelude #D1BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.36%

 BLUE value IS 220 (86.33% from 255) = 35.71%

R = 33.93%
G = 30.36%
B = 35.71%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1BBDC (or 0xD1BBDC) is known color: Prelude. HEX triplet: D1, BB and DC. RGB value is (209,187,220). Sum of RGB (Red+Green+Blue) = 209+187+220=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBDC is #2E4423. Grayscale: #C5C5C5. Windows color (decimal): -3032100 or 14466001. OLE color: 14466001.

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

Color convert

RGB 209 187 220 -
CMYK 0.05 0.15 0 0.14
HSL 280º 0.32% 0.8% -
HSV(B) 280º 0.15% 0.86% -
XYZ 56.98 54.26 75.18 -
YUV 197.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 209 187 220 0.05 0.15 0 0.14 280 0.32 0.8
Hex D1 BB DC 5 F 0 E 118 20 50
Octal 321 273 334 5 17 0 16 430 40 120
Binary 11010001 10111011 11011100 101 1111 0 1110 100011000 100000 1010000

Color Harmonies of #D1BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BBDC

Black with #D1BBDC

Text Example


Text Example

White with #D1BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BBDC; }

 p { color: rgb(209,187,220); }

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

background-color css

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

 a { background-color: rgb(209,187,220); }

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

border-color css

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

 span { border-color: rgb(209,187,220); }

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