#D4DAFD

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

Shades of Quartz #D4DAFD

Tints of Quartz #D4DAFD

Color information

#D4DAFD (or 0xD4DAFD) is unknown color: approx Quartz. HEX triplet: D4, DA and FD. RGB value is (212,218,253). Sum of RGB (Red+Green+Blue) = 212+218+253=683 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.04% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DAFD is #2B2502. Grayscale: #DCDCDC. Windows color (decimal): -2827523 or 16636628. OLE color: 16636628.

HSL color Cylindrical-coordinate representation of color #D4DAFD: hue angle of 231.22º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4DAFD is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212218253-
CMYK0.160.1400.01
HSL231.22º91.11%91.18%-
HSV(B)231.22º16.21%99.22%-
XYZ69.9571.23102.99-
YUV220.2146.51122.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.04%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=31.04%
G=31.92%
B=37.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122182530.160.1400.01231.2291.1191.18
HexD4DAFD10E01e75b5b
Octal324332375201601347133133
Binary110101001101101011111101100001110011110011110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DAFD; }

 p { color: rgb(212,218,253); }

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

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

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

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

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

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

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