Html Css Color HEX #D7DCFB Quartz

📋 copy color: '#D7DCFB'

red 215 ◦ green 220 ◦ blue 251

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

Shades of Quartz #D7DCFB

Tints of Quartz #D7DCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.59%

R = 31.34%
G = 32.07%
B = 36.59%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D7DCFB (or 0xD7DCFB) is known color: Quartz. HEX triplet: D7, DC and FB. RGB value is (215,220,251). Sum of RGB (Red+Green+Blue) = 215+220+251=686 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.34% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DCFB is #282304. Grayscale: #DDDDDD. Windows color (decimal): -2630405 or 16506071. OLE color: 16506071.

HSL color Cylindrical-coordinate representation of color #D7DCFB: hue angle of 231.67º degrees, saturation: 0.82, 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 #D7DCFB is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 220 251 -
CMYK 0.14 0.12 0 0.02
HSL 231.67º 0.82% 0.91% -
HSV(B) 231.67º 0.14% 0.98% -
XYZ 71.03 72.6 101.54 -
YUV 222.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 215 220 251 0.14 0.12 0 0.02 231.67 0.82 0.91
Hex D7 DC FB E C 0 2 E8 52 5B
Octal 327 334 373 16 14 0 2 350 122 133
Binary 11010111 11011100 11111011 1110 1100 0 10 11101000 1010010 1011011

Color Harmonies of #D7DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DCFB

Black with #D7DCFB

Text Example


Text Example

White with #D7DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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