Html Css Color HEX #DAB5E8 Prelude

📋 copy color: '#DAB5E8'

red 218 ◦ green 181 ◦ blue 232

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

Shades of Prelude #DAB5E8

Tints of Prelude #DAB5E8

RGB

 RED value IS 218 (85.55% from 255) = 34.55%

 GREEN value IS 181 (71.09% from 255) = 28.68%

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

R = 34.55%
G = 28.68%
B = 36.77%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DAB5E8 (or 0xDAB5E8) is known color: Prelude. HEX triplet: DA, B5 and E8. RGB value is (218,181,232). Sum of RGB (Red+Green+Blue) = 218+181+232=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #DAB5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB5E8 is #254A17. Grayscale: #C5C5C5. Windows color (decimal): -2443800 or 15250906. OLE color: 15250906.

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

Color convert

RGB 218 181 232 -
CMYK 0.06 0.22 0 0.09
HSL 283.53º 0.53% 0.81% -
HSV(B) 283.53º 0.22% 0.91% -
XYZ 60 53.78 83.56 -
YUV 197.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 218 181 232 0.06 0.22 0 0.09 283.53 0.53 0.81
Hex DA B5 E8 6 16 0 9 11C 35 51
Octal 332 265 350 6 26 0 11 434 65 121
Binary 11011010 10110101 11101000 110 10110 0 1001 100011100 110101 1010001

Color Harmonies of #DAB5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB5E8

Black with #DAB5E8

Text Example


Text Example

White with #DAB5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB5E8; }

 p { color: rgb(218,181,232); }

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

background-color css

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

 a { background-color: rgb(218,181,232); }

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

border-color css

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

 span { border-color: rgb(218,181,232); }

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