Html Css Color HEX #DBB7E8 Prelude

📋 copy color: '#DBB7E8'

red 219 ◦ green 183 ◦ blue 232

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

Shades of Prelude #DBB7E8

Tints of Prelude #DBB7E8

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.86%

 BLUE value IS 232 (91.02% from 255) = 36.59%

R = 34.54%
G = 28.86%
B = 36.59%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBB7E8 (or 0xDBB7E8) is known color: Prelude. HEX triplet: DB, B7 and E8. RGB value is (219,183,232). Sum of RGB (Red+Green+Blue) = 219+183+232=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 183 (71.88% from 255 or 28.86% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBB7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB7E8 is #244817. Grayscale: #C7C7C7. Windows color (decimal): -2377752 or 15251419. OLE color: 15251419.

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

Color convert

RGB 219 183 232 -
CMYK 0.06 0.21 0 0.09
HSL 284.08º 0.52% 0.81% -
HSV(B) 284.08º 0.21% 0.91% -
XYZ 60.71 54.75 83.71 -
YUV 199.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 219 183 232 0.06 0.21 0 0.09 284.08 0.52 0.81
Hex DB B7 E8 6 15 0 9 11C 34 51
Octal 333 267 350 6 25 0 11 434 64 121
Binary 11011011 10110111 11101000 110 10101 0 1001 100011100 110100 1010001

Color Harmonies of #DBB7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB7E8

Black with #DBB7E8

Text Example


Text Example

White with #DBB7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB7E8; }

 p { color: rgb(219,183,232); }

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

background-color css

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

 a { background-color: rgb(219,183,232); }

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

border-color css

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

 span { border-color: rgb(219,183,232); }

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