Html Css Color HEX #D9B6E6 Prelude

📋 copy color: '#D9B6E6'

red 217 ◦ green 182 ◦ blue 230

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

Shades of Prelude #D9B6E6

Tints of Prelude #D9B6E6

RGB

 RED value IS 217 (85.16% from 255) = 34.5%

 GREEN value IS 182 (71.48% from 255) = 28.93%

 BLUE value IS 230 (90.23% from 255) = 36.57%

R = 34.5%
G = 28.93%
B = 36.57%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D9B6E6 (or 0xD9B6E6) is known color: Prelude. HEX triplet: D9, B6 and E6. RGB value is (217,182,230). Sum of RGB (Red+Green+Blue) = 217+182+230=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 182 (71.48% from 255 or 28.93% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #D9B6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B6E6 is #264919. Grayscale: #C5C5C5. Windows color (decimal): -2509082 or 15120089. OLE color: 15120089.

HSL color Cylindrical-coordinate representation of color #D9B6E6: hue angle of 283.75º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9B6E6 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 182 230 -
CMYK 0.06 0.21 0 0.10
HSL 283.75º 0.49% 0.81% -
HSV(B) 283.75º 0.21% 0.9% -
XYZ 59.63 53.92 82.13 -
YUV 197.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 217 182 230 0.06 0.21 0 0.10 283.75 0.49 0.81
Hex D9 B6 E6 6 15 0 A 11C 31 51
Octal 331 266 346 6 25 0 12 434 61 121
Binary 11011001 10110110 11100110 110 10101 0 1010 100011100 110001 1010001

Color Harmonies of #D9B6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B6E6

Black with #D9B6E6

Text Example


Text Example

White with #D9B6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B6E6; }

 p { color: rgb(217,182,230); }

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

background-color css

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

 a { background-color: rgb(217,182,230); }

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

border-color css

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

 span { border-color: rgb(217,182,230); }

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