Html Css Color HEX #D1BEDB Prelude

📋 copy color: '#D1BEDB'

red 209 ◦ green 190 ◦ blue 219

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

Shades of Prelude #D1BEDB

Tints of Prelude #D1BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.74%

 BLUE value IS 219 (85.94% from 255) = 35.44%

R = 33.82%
G = 30.74%
B = 35.44%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1BEDB (or 0xD1BEDB) is known color: Prelude. HEX triplet: D1, BE and DB. RGB value is (209,190,219). Sum of RGB (Red+Green+Blue) = 209+190+219=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEDB is #2E4124. Grayscale: #C6C6C6. Windows color (decimal): -3031333 or 14401233. OLE color: 14401233.

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

Color convert

RGB 209 190 219 -
CMYK 0.05 0.13 0 0.14
HSL 279.31º 0.29% 0.8% -
HSV(B) 279.31º 0.13% 0.86% -
XYZ 57.49 55.5 74.7 -
YUV 198.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 209 190 219 0.05 0.13 0 0.14 279.31 0.29 0.8
Hex D1 BE DB 5 D 0 E 117 1D 50
Octal 321 276 333 5 15 0 16 427 35 120
Binary 11010001 10111110 11011011 101 1101 0 1110 100010111 11101 1010000

Color Harmonies of #D1BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BEDB

Black with #D1BEDB

Text Example


Text Example

White with #D1BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BEDB; }

 p { color: rgb(209,190,219); }

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

background-color css

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

 a { background-color: rgb(209,190,219); }

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

border-color css

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

 span { border-color: rgb(209,190,219); }

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