Html Css Color HEX #D7DCFE Quartz

📋 copy color: '#D7DCFE'

red 215 ◦ green 220 ◦ blue 254

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

Shades of Quartz #D7DCFE

Tints of Quartz #D7DCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.87%

R = 31.2%
G = 31.93%
B = 36.87%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D7DCFE (or 0xD7DCFE) is known color: Quartz. HEX triplet: D7, DC and FE. RGB value is (215,220,254). Sum of RGB (Red+Green+Blue) = 215+220+254=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCFE is #282301. Grayscale: #DEDEDE. Windows color (decimal): -2630402 or 16702679. OLE color: 16702679.

HSL color Cylindrical-coordinate representation of color #D7DCFE: hue angle of 232.31º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7DCFE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 215 220 254 -
CMYK 0.15 0.13 0 0.00
HSL 232.31º 0.95% 0.92% -
HSV(B) 232.31º 0.15% 1% -
XYZ 71.51 72.79 104.05 -
YUV 222.38 145.84 122.74 -
System Red Green Blue C M Y K H S L
Decimal 215 220 254 0.15 0.13 0 0.00 232.31 0.95 0.92
Hex D7 DC FE F D 0 0 E8 5F 5C
Octal 327 334 376 17 15 0 0 350 137 134
Binary 11010111 11011100 11111110 1111 1101 0 0 11101000 1011111 1011100

Color Harmonies of #D7DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCFE

Black with #D7DCFE

Text Example


Text Example

White with #D7DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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