#DAB7E6

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

Shades of Prelude #DAB7E6

Tints of Prelude #DAB7E6

Color information

#DAB7E6 (or 0xDAB7E6) is unknown color: approx Prelude. HEX triplet: DA, B7 and E6. RGB value is (218,183,230). Sum of RGB (Red+Green+Blue) = 218+183+230=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAB7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB7E6 is #254819. Grayscale: #C6C6C6. Windows color (decimal): -2443290 or 15120346. OLE color: 15120346.

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

Color convert

RGB218183230-
CMYK0.050.2000.10
HSL284.68º48.45%80.98%-
HSV(B)284.68º20.43%90.2%-
XYZ60.1354.4982.21-
YUV198.82145.6141.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 183 (71.88% from 255) = 29.00%
BLUE value IS 230 (90.23% from 255) = 36.45%
R=34.55%
G=29.00%
B=36.45%

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
Decimal2181832300.050.2000.10284.6848.4580.98
HexDAB7E65140A11d3051
Octal33226734652401243560121
Binary11011010101101111110011010110100010101000111011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB7E6; }

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

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

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

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

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

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

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

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