#DABDE4

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

Shades of Prelude #DABDE4

Tints of Prelude #DABDE4

Color information

#DABDE4 (or 0xDABDE4) is unknown color: approx Prelude. HEX triplet: DA, BD and E4. RGB value is (218,189,228). Sum of RGB (Red+Green+Blue) = 218+189+228=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 228 - color contains mainly: blue. Hex color #DABDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDE4 is #25421B. Grayscale: #C9C9C9. Windows color (decimal): -2441756 or 14990810. OLE color: 14990810.

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

Color convert

RGB218189228-
CMYK0.040.1700.11
HSL284.62º41.94%81.76%-
HSV(B)284.62º17.11%89.41%-
XYZ61.1156.981.16-
YUV202.12142.61139.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 189 (74.22% from 255) = 29.76%
BLUE value IS 228 (89.45% from 255) = 35.91%
R=34.33%
G=29.76%
B=35.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181892280.040.1700.11284.6241.9481.76
HexDABDE44110B11d2a52
Octal33227534442101343552122
Binary11011010101111011110010010010001010111000111011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDE4; }

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

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

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

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

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

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

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

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