Html Css Color HEX #D9B9E7 Prelude

📋 copy color: '#D9B9E7'

red 217 ◦ green 185 ◦ blue 231

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

Shades of Prelude #D9B9E7

Tints of Prelude #D9B9E7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.23%

 BLUE value IS 231 (90.63% from 255) = 36.49%

R = 34.28%
G = 29.23%
B = 36.49%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D9B9E7 (or 0xD9B9E7) is known color: Prelude. HEX triplet: D9, B9 and E7. RGB value is (217,185,231). Sum of RGB (Red+Green+Blue) = 217+185+231=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9B9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B9E7 is #264618. Grayscale: #C7C7C7. Windows color (decimal): -2508313 or 15186393. OLE color: 15186393.

HSL color Cylindrical-coordinate representation of color #D9B9E7: hue angle of 281.74º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9B9E7 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 185 231 -
CMYK 0.06 0.20 0 0.09
HSL 281.74º 0.49% 0.82% -
HSV(B) 281.74º 0.2% 0.91% -
XYZ 60.39 55.22 83.08 -
YUV 199.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 217 185 231 0.06 0.20 0 0.09 281.74 0.49 0.82
Hex D9 B9 E7 6 14 0 9 11A 31 52
Octal 331 271 347 6 24 0 11 432 61 122
Binary 11011001 10111001 11100111 110 10100 0 1001 100011010 110001 1010010

Color Harmonies of #D9B9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B9E7

Black with #D9B9E7

Text Example


Text Example

White with #D9B9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B9E7; }

 p { color: rgb(217,185,231); }

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

background-color css

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

 a { background-color: rgb(217,185,231); }

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

border-color css

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

 span { border-color: rgb(217,185,231); }

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