Html Css Color HEX #D7DAFA Quartz

📋 copy color: '#D7DAFA'

red 215 ◦ green 218 ◦ blue 250

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

Shades of Quartz #D7DAFA

Tints of Quartz #D7DAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.6%

R = 31.48%
G = 31.92%
B = 36.6%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D7DAFA (or 0xD7DAFA) is known color: Quartz. HEX triplet: D7, DA and FA. RGB value is (215,218,250). Sum of RGB (Red+Green+Blue) = 215+218+250=683 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.48% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7DAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAFA is #282505. Grayscale: #DCDCDC. Windows color (decimal): -2630918 or 16440023. OLE color: 16440023.

HSL color Cylindrical-coordinate representation of color #D7DAFA: hue angle of 234.86º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7DAFA is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 218 250 -
CMYK 0.14 0.13 0 0.02
HSL 234.86º 0.78% 0.91% -
HSV(B) 234.86º 0.14% 0.98% -
XYZ 70.35 71.49 100.53 -
YUV 220.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 215 218 250 0.14 0.13 0 0.02 234.86 0.78 0.91
Hex D7 DA FA E D 0 2 EB 4E 5B
Octal 327 332 372 16 15 0 2 353 116 133
Binary 11010111 11011010 11111010 1110 1101 0 10 11101011 1001110 1011011

Color Harmonies of #D7DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DAFA

Black with #D7DAFA

Text Example


Text Example

White with #D7DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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