#DABCE4

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

Shades of Prelude #DABCE4

Tints of Prelude #DABCE4

Color information

#DABCE4 (or 0xDABCE4) is unknown color: approx Prelude. HEX triplet: DA, BC and E4. RGB value is (218,188,228). Sum of RGB (Red+Green+Blue) = 218+188+228=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 228 - color contains mainly: blue. Hex color #DABCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCE4 is #25431B. Grayscale: #C9C9C9. Windows color (decimal): -2442012 or 14990554. OLE color: 14990554.

HSL color Cylindrical-coordinate representation of color #DABCE4: hue angle of 285º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DABCE4 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218188228-
CMYK0.040.1800.11
HSL285º42.55%81.57%-
HSV(B)285º17.54%89.41%-
XYZ60.956.4781.09-
YUV201.53142.94139.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 188 (73.83% from 255) = 29.65%
BLUE value IS 228 (89.45% from 255) = 35.96%
R=34.38%
G=29.65%
B=35.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181882280.040.1800.1128542.5581.57
HexDABCE44120B11d2b52
Octal33227434442201343553122
Binary11011010101111001110010010010010010111000111011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCE4; }

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

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

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

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

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

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

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

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