Html Css Color HEX #D7DAF2 Quartz

📋 copy color: '#D7DAF2'

red 215 ◦ green 218 ◦ blue 242

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

Shades of Quartz #D7DAF2

Tints of Quartz #D7DAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.85%

R = 31.85%
G = 32.3%
B = 35.85%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D7DAF2 (or 0xD7DAF2) is known color: Quartz. HEX triplet: D7, DA and F2. RGB value is (215,218,242). Sum of RGB (Red+Green+Blue) = 215+218+242=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7DAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAF2 is #28250D. Grayscale: #DBDBDB. Windows color (decimal): -2630926 or 15915735. OLE color: 15915735.

HSL color Cylindrical-coordinate representation of color #D7DAF2: hue angle of 233.33º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7DAF2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 215 218 242 -
CMYK 0.11 0.10 0 0.05
HSL 233.33º 0.51% 0.9% -
HSV(B) 233.33º 0.11% 0.95% -
XYZ 69.12 71 94.07 -
YUV 219.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 215 218 242 0.11 0.10 0 0.05 233.33 0.51 0.9
Hex D7 DA F2 B A 0 5 E9 33 5A
Octal 327 332 362 13 12 0 5 351 63 132
Binary 11010111 11011010 11110010 1011 1010 0 101 11101001 110011 1011010

Color Harmonies of #D7DAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DAF2

Black with #D7DAF2

Text Example


Text Example

White with #D7DAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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