Html Css Color HEX #D4DAFD Quartz

📋 copy color: '#D4DAFD'

red 212 ◦ green 218 ◦ blue 253

#D4DAFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quartz #D4DAFD

Tints of Quartz #D4DAFD

RGB

 RED value IS 212 (83.2% 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 value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4DAFD (or 0xD4DAFD) is known color: 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

RGB 212 218 253 -
CMYK 0.16 0.14 0 0.01
HSL 231.22º 0.91% 0.91% -
HSV(B) 231.22º 0.16% 0.99% -
XYZ 69.95 71.23 102.99 -
YUV 220.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 212 218 253 0.16 0.14 0 0.01 231.22 0.91 0.91
Hex D4 DA FD 10 E 0 1 E7 5B 5B
Octal 324 332 375 20 16 0 1 347 133 133
Binary 11010100 11011010 11111101 10000 1110 0 1 11100111 1011011 1011011

Color Harmonies of #D4DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DAFD

Black with #D4DAFD

Text Example


Text Example

White with #D4DAFD

Text Example


Text Example

HTML Codes & Css Web 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>