Html Css Color HEX #DBB9E7 Prelude

📋 copy color: '#DBB9E7'

red 219 ◦ green 185 ◦ blue 231

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

Shades of Prelude #DBB9E7

Tints of Prelude #DBB9E7

RGB

 RED value IS 219 (85.94% from 255) = 34.49%

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

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

R = 34.49%
G = 29.13%
B = 36.38%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBB9E7 (or 0xDBB9E7) is known color: Prelude. HEX triplet: DB, B9 and E7. RGB value is (219,185,231). Sum of RGB (Red+Green+Blue) = 219+185+231=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9E7 is #244618. Grayscale: #C8C8C8. Windows color (decimal): -2377241 or 15186395. OLE color: 15186395.

HSL color Cylindrical-coordinate representation of color #DBB9E7: hue angle of 284.35º 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 #DBB9E7 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 185 231 -
CMYK 0.05 0.20 0 0.09
HSL 284.35º 0.49% 0.82% -
HSV(B) 284.35º 0.2% 0.91% -
XYZ 60.99 55.53 83.1 -
YUV 200.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 219 185 231 0.05 0.20 0 0.09 284.35 0.49 0.82
Hex DB B9 E7 5 14 0 9 11C 31 52
Octal 333 271 347 5 24 0 11 434 61 122
Binary 11011011 10111001 11100111 101 10100 0 1001 100011100 110001 1010010

Color Harmonies of #DBB9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB9E7

Black with #DBB9E7

Text Example


Text Example

White with #DBB9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB9E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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