Html Css Color HEX #DBB8E7 Prelude

📋 copy color: '#DBB8E7'

red 219 ◦ green 184 ◦ blue 231

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

Shades of Prelude #DBB8E7

Tints of Prelude #DBB8E7

RGB

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

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

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

R = 34.54%
G = 29.02%
B = 36.44%

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

#DBB8E7 (or 0xDBB8E7) is known color: Prelude. HEX triplet: DB, B8 and E7. RGB value is (219,184,231). Sum of RGB (Red+Green+Blue) = 219+184+231=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 184 (72.27% from 255 or 29.02% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBB8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB8E7 is #244718. Grayscale: #C7C7C7. Windows color (decimal): -2377497 or 15186139. OLE color: 15186139.

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

Color convert

RGB 219 184 231 -
CMYK 0.05 0.20 0 0.09
HSL 284.68º 0.49% 0.81% -
HSV(B) 284.68º 0.2% 0.91% -
XYZ 60.78 55.11 83.04 -
YUV 199.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 219 184 231 0.05 0.20 0 0.09 284.68 0.49 0.81
Hex DB B8 E7 5 14 0 9 11D 31 51
Octal 333 270 347 5 24 0 11 435 61 121
Binary 11011011 10111000 11100111 101 10100 0 1001 100011101 110001 1010001

Color Harmonies of #DBB8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8E7

Black with #DBB8E7

Text Example


Text Example

White with #DBB8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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