#DAB9E6

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

Shades of Prelude #DAB9E6

Tints of Prelude #DAB9E6

Color information

#DAB9E6 (or 0xDAB9E6) is unknown color: approx Prelude. HEX triplet: DA, B9 and E6. RGB value is (218,185,230). Sum of RGB (Red+Green+Blue) = 218+185+230=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAB9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9E6 is #254619. Grayscale: #C7C7C7. Windows color (decimal): -2442778 or 15120858. OLE color: 15120858.

HSL color Cylindrical-coordinate representation of color #DAB9E6: hue angle of 284º degrees, saturation: 0.47, 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 #DAB9E6 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218185230-
CMYK0.050.2000.10
HSL284º47.37%81.37%-
HSV(B)284º19.57%90.2%-
XYZ60.5555.3282.35-
YUV200144.93140.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 185 (72.66% from 255) = 29.23%
BLUE value IS 230 (90.23% from 255) = 36.33%
R=34.44%
G=29.23%
B=36.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181852300.050.2000.1028447.3781.37
HexDAB9E65140A11c2f51
Octal33227134652401243457121
Binary11011010101110011110011010110100010101000111001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9E6; }

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

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

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

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

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

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

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

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