Html Css Color HEX #D1B2E0 Prelude

📋 copy color: '#D1B2E0'

red 209 ◦ green 178 ◦ blue 224

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

Shades of Prelude #D1B2E0

Tints of Prelude #D1B2E0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.13%

 BLUE value IS 224 (87.89% from 255) = 36.66%

R = 34.21%
G = 29.13%
B = 36.66%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D1B2E0 (or 0xD1B2E0) is known color: Prelude. HEX triplet: D1, B2 and E0. RGB value is (209,178,224). Sum of RGB (Red+Green+Blue) = 209+178+224=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #D1B2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B2E0 is #2E4D1F. Grayscale: #C0C0C0. Windows color (decimal): -3034400 or 14725841. OLE color: 14725841.

HSL color Cylindrical-coordinate representation of color #D1B2E0: hue angle of 280.43º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1B2E0 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 178 224 -
CMYK 0.07 0.21 0 0.12
HSL 280.43º 0.43% 0.79% -
HSV(B) 280.43º 0.21% 0.88% -
XYZ 55.67 50.78 77.39 -
YUV 192.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 209 178 224 0.07 0.21 0 0.12 280.43 0.43 0.79
Hex D1 B2 E0 7 15 0 C 118 2B 4F
Octal 321 262 340 7 25 0 14 430 53 117
Binary 11010001 10110010 11100000 111 10101 0 1100 100011000 101011 1001111

Color Harmonies of #D1B2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B2E0

Black with #D1B2E0

Text Example


Text Example

White with #D1B2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B2E0; }

 p { color: rgb(209,178,224); }

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

background-color css

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

 a { background-color: rgb(209,178,224); }

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

border-color css

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

 span { border-color: rgb(209,178,224); }

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