#DAB1E4

Color #DAB1E4 Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #DAB1E4

Tints of Prelude #DAB1E4

Color information

#DAB1E4 (or 0xDAB1E4) is unknown color: approx Prelude. HEX triplet: DA, B1 and E4. RGB value is (218,177,228). Sum of RGB (Red+Green+Blue) = 218+177+228=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 177 (69.53% from 255 or 28.41% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAB1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1E4 is #254E1B. Grayscale: #C2C2C2. Windows color (decimal): -2444828 or 14987738. OLE color: 14987738.

HSL color Cylindrical-coordinate representation of color #DAB1E4: hue angle of 288.24º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAB1E4 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218177228-
CMYK0.040.2200.11
HSL288.24º48.57%79.41%-
HSV(B)288.24º22.37%89.41%-
XYZ58.6451.9580.34-
YUV195.07146.58144.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 177 (69.53% from 255) = 28.41%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=34.99%
G=28.41%
B=36.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181772280.040.2200.11288.2448.5779.41
HexDAB1E44160B120314f
Octal33226134442601344061117
Binary11011010101100011110010010010110010111001000001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1E4; }

 p { color: rgb(218,177,228); }

 H1.HeaderClassName
 {
   color: #DAB1E4;
 }
 .AnyTagClassName
 {
   color: #DAB1E4;
 }
</style>
background-color css

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

 a { background-color: rgb(218,177,228); }

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

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

 span { border-color: rgb(218,177,228); }

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