Html Css Color HEX #DBB8E8 Prelude

📋 copy color: '#DBB8E8'

red 219 ◦ green 184 ◦ blue 232

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

Shades of Prelude #DBB8E8

Tints of Prelude #DBB8E8

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.98%

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

R = 34.49%
G = 28.98%
B = 36.54%

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

#DBB8E8 (or 0xDBB8E8) is known color: Prelude. HEX triplet: DB, B8 and E8. RGB value is (219,184,232). Sum of RGB (Red+Green+Blue) = 219+184+232=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBB8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8E8 is #244717. Grayscale: #C7C7C7. Windows color (decimal): -2377496 or 15251675. OLE color: 15251675.

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

Color convert

RGB 219 184 232 -
CMYK 0.06 0.21 0 0.09
HSL 283.75º 0.51% 0.82% -
HSV(B) 283.75º 0.21% 0.91% -
XYZ 60.92 55.17 83.78 -
YUV 199.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 219 184 232 0.06 0.21 0 0.09 283.75 0.51 0.82
Hex DB B8 E8 6 15 0 9 11C 33 52
Octal 333 270 350 6 25 0 11 434 63 122
Binary 11011011 10111000 11101000 110 10101 0 1001 100011100 110011 1010010

Color Harmonies of #DBB8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8E8

Black with #DBB8E8

Text Example


Text Example

White with #DBB8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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