#DABAE7

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

Shades of Prelude #DABAE7

Tints of Prelude #DABAE7

Color information

#DABAE7 (or 0xDABAE7) is unknown color: approx Prelude. HEX triplet: DA, BA and E7. RGB value is (218,186,231). Sum of RGB (Red+Green+Blue) = 218+186+231=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 231 - color contains mainly: blue. Hex color #DABAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAE7 is #254518. Grayscale: #C8C8C8. Windows color (decimal): -2442521 or 15186650. OLE color: 15186650.

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

Color convert

RGB218186231-
CMYK0.060.1900.09
HSL282.67º48.39%81.76%-
HSV(B)282.67º19.48%90.59%-
XYZ60.955.7983.16-
YUV200.7145.1140.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 231 (90.62% from 255) = 36.38%
R=34.33%
G=29.29%
B=36.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181862310.060.1900.09282.6748.3981.76
HexDABAE76130911b3052
Octal33227234762301143360122
Binary11011010101110101110011111010011010011000110111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAE7; }

 p { color: rgb(218,186,231); }

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

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

 a { background-color: rgb(218,186,231); }

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

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

 span { border-color: rgb(218,186,231); }

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