#DABEE4

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

Shades of Prelude #DABEE4

Tints of Prelude #DABEE4

Color information

#DABEE4 (or 0xDABEE4) is unknown color: approx Prelude. HEX triplet: DA, BE and E4. RGB value is (218,190,228). Sum of RGB (Red+Green+Blue) = 218+190+228=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #DABEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEE4 is #25411B. Grayscale: #CACACA. Windows color (decimal): -2441500 or 14991066. OLE color: 14991066.

HSL color Cylindrical-coordinate representation of color #DABEE4: hue angle of 284.21º degrees, saturation: 0.41, 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 #DABEE4 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218190228-
CMYK0.040.1700.11
HSL284.21º41.3%81.96%-
HSV(B)284.21º16.67%89.41%-
XYZ61.3357.3381.23-
YUV202.7142.28138.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 228 (89.45% from 255) = 35.85%
R=34.28%
G=29.87%
B=35.85%

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
Decimal2181902280.040.1700.11284.2141.381.96
HexDABEE44110B11c2952
Octal33227634442101343451122
Binary11011010101111101110010010010001010111000111001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEE4; }

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

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

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

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

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

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

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

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