Html Css Color HEX #D9BBE5 Prelude

📋 copy color: '#D9BBE5'

red 217 ◦ green 187 ◦ blue 229

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

Shades of Prelude #D9BBE5

Tints of Prelude #D9BBE5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.54%

 BLUE value IS 229 (89.84% from 255) = 36.18%

R = 34.28%
G = 29.54%
B = 36.18%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D9BBE5 (or 0xD9BBE5) is known color: Prelude. HEX triplet: D9, BB and E5. RGB value is (217,187,229). Sum of RGB (Red+Green+Blue) = 217+187+229=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9BBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBE5 is #26441A. Grayscale: #C8C8C8. Windows color (decimal): -2507803 or 15055833. OLE color: 15055833.

HSL color Cylindrical-coordinate representation of color #D9BBE5: hue angle of 282.86º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9BBE5 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 187 229 -
CMYK 0.05 0.18 0 0.10
HSL 282.86º 0.45% 0.82% -
HSV(B) 282.86º 0.18% 0.9% -
XYZ 60.53 55.95 81.74 -
YUV 200.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 217 187 229 0.05 0.18 0 0.10 282.86 0.45 0.82
Hex D9 BB E5 5 12 0 A 11B 2D 52
Octal 331 273 345 5 22 0 12 433 55 122
Binary 11011001 10111011 11100101 101 10010 0 1010 100011011 101101 1010010

Color Harmonies of #D9BBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BBE5

Black with #D9BBE5

Text Example


Text Example

White with #D9BBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BBE5; }

 p { color: rgb(217,187,229); }

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

background-color css

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

 a { background-color: rgb(217,187,229); }

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

border-color css

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

 span { border-color: rgb(217,187,229); }

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