Html Css Color HEX #DAB8E5 Prelude

📋 copy color: '#DAB8E5'

red 218 ◦ green 184 ◦ blue 229

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

Shades of Prelude #DAB8E5

Tints of Prelude #DAB8E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.29%

R = 34.55%
G = 29.16%
B = 36.29%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DAB8E5 (or 0xDAB8E5) is known color: Prelude. HEX triplet: DA, B8 and E5. RGB value is (218,184,229). Sum of RGB (Red+Green+Blue) = 218+184+229=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAB8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8E5 is #25471A. Grayscale: #C7C7C7. Windows color (decimal): -2443035 or 15055066. OLE color: 15055066.

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

Color convert

RGB 218 184 229 -
CMYK 0.05 0.20 0 0.10
HSL 285.33º 0.46% 0.81% -
HSV(B) 285.33º 0.2% 0.9% -
XYZ 60.2 54.84 81.54 -
YUV 199.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 218 184 229 0.05 0.20 0 0.10 285.33 0.46 0.81
Hex DA B8 E5 5 14 0 A 11D 2E 51
Octal 332 270 345 5 24 0 12 435 56 121
Binary 11011010 10111000 11100101 101 10100 0 1010 100011101 101110 1010001

Color Harmonies of #DAB8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB8E5

Black with #DAB8E5

Text Example


Text Example

White with #DAB8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB8E5; }

 p { color: rgb(218,184,229); }

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

background-color css

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

 a { background-color: rgb(218,184,229); }

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

border-color css

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

 span { border-color: rgb(218,184,229); }

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