#DABCE5

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

Shades of Prelude #DABCE5

Tints of Prelude #DABCE5

Color information

#DABCE5 (or 0xDABCE5) is unknown color: approx Prelude. HEX triplet: DA, BC and E5. RGB value is (218,188,229). Sum of RGB (Red+Green+Blue) = 218+188+229=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #DABCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCE5 is #25431A. Grayscale: #C9C9C9. Windows color (decimal): -2442011 or 15056090. OLE color: 15056090.

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

Color convert

RGB218188229-
CMYK0.050.1800.10
HSL283.9º44.09%81.76%-
HSV(B)283.9º17.9%89.8%-
XYZ61.0456.5381.82-
YUV201.64143.44139.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 188 (73.83% from 255) = 29.61%
BLUE value IS 229 (89.84% from 255) = 36.06%
R=34.33%
G=29.61%
B=36.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181882290.050.1800.10283.944.0981.76
HexDABCE55120A11c2c52
Octal33227434552201243454122
Binary11011010101111001110010110110010010101000111001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCE5; }

 p { color: rgb(218,188,229); }

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

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

 a { background-color: rgb(218,188,229); }

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

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

 span { border-color: rgb(218,188,229); }

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