Html Css Color HEX #D7DAFD Quartz

📋 copy color: '#D7DAFD'

red 215 ◦ green 218 ◦ blue 253

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

Shades of Quartz #D7DAFD

Tints of Quartz #D7DAFD

RGB

 RED value IS 215 (84.38% from 255) = 31.34%

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

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

R = 31.34%
G = 31.78%
B = 36.88%

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

#D7DAFD (or 0xD7DAFD) is known color: Quartz. HEX triplet: D7, DA and FD. RGB value is (215,218,253). Sum of RGB (Red+Green+Blue) = 215+218+253=686 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.34% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAFD is #282502. Grayscale: #DCDCDC. Windows color (decimal): -2630915 or 16636631. OLE color: 16636631.

HSL color Cylindrical-coordinate representation of color #D7DAFD: hue angle of 235.26º degrees, saturation: 0.9, 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 #D7DAFD is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 218 253 -
CMYK 0.15 0.14 0 0.01
HSL 235.26º 0.9% 0.92% -
HSV(B) 235.26º 0.15% 0.99% -
XYZ 70.83 71.68 103.03 -
YUV 221.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 215 218 253 0.15 0.14 0 0.01 235.26 0.9 0.92
Hex D7 DA FD F E 0 1 EB 5A 5C
Octal 327 332 375 17 16 0 1 353 132 134
Binary 11010111 11011010 11111101 1111 1110 0 1 11101011 1011010 1011100

Color Harmonies of #D7DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DAFD

Black with #D7DAFD

Text Example


Text Example

White with #D7DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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