#DABAE6

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

Shades of Prelude #DABAE6

Tints of Prelude #DABAE6

Color information

#DABAE6 (or 0xDABAE6) is unknown color: approx Prelude. HEX triplet: DA, BA and E6. RGB value is (218,186,230). Sum of RGB (Red+Green+Blue) = 218+186+230=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #DABAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAE6 is #254519. Grayscale: #C8C8C8. Windows color (decimal): -2442522 or 15121114. OLE color: 15121114.

HSL color Cylindrical-coordinate representation of color #DABAE6: hue angle of 283.64º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DABAE6 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218186230-
CMYK0.050.1900.10
HSL283.64º46.81%81.57%-
HSV(B)283.64º19.13%90.2%-
XYZ60.7655.7482.42-
YUV200.58144.6140.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 186 (73.05% from 255) = 29.34%
BLUE value IS 230 (90.23% from 255) = 36.28%
R=34.38%
G=29.34%
B=36.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181862300.050.1900.10283.6446.8181.57
HexDABAE65130A11c2f52
Octal33227234652301243457122
Binary11011010101110101110011010110011010101000111001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABAE6; }

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

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

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

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

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

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

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

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