Html Css Color HEX #D1BCDA Prelude

📋 copy color: '#D1BCDA'

red 209 ◦ green 188 ◦ blue 218

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

Shades of Prelude #D1BCDA

Tints of Prelude #D1BCDA

RGB

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

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

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

R = 33.98%
G = 30.57%
B = 35.45%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D1BCDA (or 0xD1BCDA) is known color: Prelude. HEX triplet: D1, BC and DA. RGB value is (209,188,218). Sum of RGB (Red+Green+Blue) = 209+188+218=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCDA is #2E4325. Grayscale: #C5C5C5. Windows color (decimal): -3031846 or 14335185. OLE color: 14335185.

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

Color convert

RGB 209 188 218 -
CMYK 0.04 0.14 0 0.15
HSL 282º 0.29% 0.8% -
HSV(B) 282º 0.14% 0.85% -
XYZ 56.93 54.58 73.86 -
YUV 197.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 209 188 218 0.04 0.14 0 0.15 282 0.29 0.8
Hex D1 BC DA 4 E 0 F 11A 1D 50
Octal 321 274 332 4 16 0 17 432 35 120
Binary 11010001 10111100 11011010 100 1110 0 1111 100011010 11101 1010000

Color Harmonies of #D1BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BCDA

Black with #D1BCDA

Text Example


Text Example

White with #D1BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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