Html Css Color HEX #D1B2DF Prelude

📋 copy color: '#D1B2DF'

red 209 ◦ green 178 ◦ blue 223

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

Shades of Prelude #D1B2DF

Tints of Prelude #D1B2DF

RGB

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

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

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

R = 34.26%
G = 29.18%
B = 36.56%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1B2DF (or 0xD1B2DF) is known color: Prelude. HEX triplet: D1, B2 and DF. RGB value is (209,178,223). Sum of RGB (Red+Green+Blue) = 209+178+223=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #D1B2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B2DF is #2E4D20. Grayscale: #C0C0C0. Windows color (decimal): -3034401 or 14660305. OLE color: 14660305.

HSL color Cylindrical-coordinate representation of color #D1B2DF: hue angle of 281.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1B2DF is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 178 223 -
CMYK 0.06 0.20 0 0.13
HSL 281.33º 0.41% 0.79% -
HSV(B) 281.33º 0.2% 0.87% -
XYZ 55.53 50.72 76.68 -
YUV 192.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 209 178 223 0.06 0.20 0 0.13 281.33 0.41 0.79
Hex D1 B2 DF 6 14 0 D 119 29 4F
Octal 321 262 337 6 24 0 15 431 51 117
Binary 11010001 10110010 11011111 110 10100 0 1101 100011001 101001 1001111

Color Harmonies of #D1B2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B2DF

Black with #D1B2DF

Text Example


Text Example

White with #D1B2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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