Html Css Color HEX #D6DAFD Quartz

📋 copy color: '#D6DAFD'

red 214 ◦ green 218 ◦ blue 253

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

Shades of Quartz #D6DAFD

Tints of Quartz #D6DAFD

RGB

 RED value IS 214 (83.98% from 255) = 31.24%

 GREEN value IS 218 (85.55% from 255) = 31.82%

 BLUE value IS 253 (99.22% from 255) = 36.93%

R = 31.24%
G = 31.82%
B = 36.93%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6DAFD (or 0xD6DAFD) is known color: Quartz. HEX triplet: D6, DA and FD. RGB value is (214,218,253). Sum of RGB (Red+Green+Blue) = 214+218+253=685 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.24% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAFD is #292502. Grayscale: #DCDCDC. Windows color (decimal): -2696451 or 16636630. OLE color: 16636630.

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

Color convert

RGB 214 218 253 -
CMYK 0.15 0.14 0 0.01
HSL 233.85º 0.91% 0.92% -
HSV(B) 233.85º 0.15% 0.99% -
XYZ 70.53 71.53 103.02 -
YUV 220.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 214 218 253 0.15 0.14 0 0.01 233.85 0.91 0.92
Hex D6 DA FD F E 0 1 EA 5B 5C
Octal 326 332 375 17 16 0 1 352 133 134
Binary 11010110 11011010 11111101 1111 1110 0 1 11101010 1011011 1011100

Color Harmonies of #D6DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DAFD

Black with #D6DAFD

Text Example


Text Example

White with #D6DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DAFD; }

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

 H1.HeaderClassName
 {
   color: #D6DAFD;
 }
 .AnyTagClassName
 {
   color: #D6DAFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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