#DADAFE

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

Shades of Quartz #DADAFE

Tints of Quartz #DADAFE

Color information

#DADAFE (or 0xDADAFE) is unknown color: approx Quartz. HEX triplet: DA, DA and FE. RGB value is (218,218,254). Sum of RGB (Red+Green+Blue) = 218+218+254=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #DADAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAFE is #252501. Grayscale: #DDDDDD. Windows color (decimal): -2434306 or 16702170. OLE color: 16702170.

HSL color Cylindrical-coordinate representation of color #DADAFE: hue angle of 240º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DADAFE is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB218218254-
CMYK0.140.1400.00
HSL240º94.74%92.55%-
HSV(B)240º14.17%99.61%-
XYZ71.8772.2103.91-
YUV222.1146125.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.59%
GREEN value IS 218 (85.55% from 255) = 31.59%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=31.59%
G=31.59%
B=36.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182182540.140.1400.0024094.7492.55
HexDADAFEEE00f05f5d
Octal332332376161600360137135
Binary11011010110110101111111011101110001111000010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAFE; }

 p { color: rgb(218,218,254); }

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

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

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

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

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

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

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