Html Css Color HEX #D7DCF8 Quartz

📋 copy color: '#D7DCF8'

red 215 ◦ green 220 ◦ blue 248

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

Shades of Quartz #D7DCF8

Tints of Quartz #D7DCF8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.21%

 BLUE value IS 248 (97.27% from 255) = 36.31%

R = 31.48%
G = 32.21%
B = 36.31%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D7DCF8 (or 0xD7DCF8) is known color: Quartz. HEX triplet: D7, DC and F8. RGB value is (215,220,248). Sum of RGB (Red+Green+Blue) = 215+220+248=683 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.48% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #D7DCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCF8 is #282307. Grayscale: #DDDDDD. Windows color (decimal): -2630408 or 16309463. OLE color: 16309463.

HSL color Cylindrical-coordinate representation of color #D7DCF8: hue angle of 230.91º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7DCF8 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 215 220 248 -
CMYK 0.13 0.11 0 0.03
HSL 230.91º 0.7% 0.91% -
HSV(B) 230.91º 0.13% 0.97% -
XYZ 70.56 72.41 99.06 -
YUV 221.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 215 220 248 0.13 0.11 0 0.03 230.91 0.7 0.91
Hex D7 DC F8 D B 0 3 E7 46 5B
Octal 327 334 370 15 13 0 3 347 106 133
Binary 11010111 11011100 11111000 1101 1011 0 11 11100111 1000110 1011011

Color Harmonies of #D7DCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCF8

Black with #D7DCF8

Text Example


Text Example

White with #D7DCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCF8; }

 p { color: rgb(215,220,248); }

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

background-color css

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

 a { background-color: rgb(215,220,248); }

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

border-color css

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

 span { border-color: rgb(215,220,248); }

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