#DABCE7

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

Shades of Prelude #DABCE7

Tints of Prelude #DABCE7

Color information

#DABCE7 (or 0xDABCE7) is unknown color: approx Prelude. HEX triplet: DA, BC and E7. RGB value is (218,188,231). Sum of RGB (Red+Green+Blue) = 218+188+231=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 231 - color contains mainly: blue. Hex color #DABCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCE7 is #254318. Grayscale: #C9C9C9. Windows color (decimal): -2442009 or 15187162. OLE color: 15187162.

HSL color Cylindrical-coordinate representation of color #DABCE7: hue angle of 281.86º degrees, saturation: 0.47, 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 #DABCE7 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218188231-
CMYK0.060.1900.09
HSL281.86º47.25%82.16%-
HSV(B)281.86º18.61%90.59%-
XYZ61.3256.6483.3-
YUV201.87144.44139.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 231 (90.62% from 255) = 36.26%
R=34.22%
G=29.51%
B=36.26%

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
Decimal2181882310.060.1900.09281.8647.2582.16
HexDABCE76130911a2f52
Octal33227434762301143257122
Binary11011010101111001110011111010011010011000110101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCE7; }

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

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

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

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

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

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

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

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