Html Css Color HEX #D6DCFC Quartz

📋 copy color: '#D6DCFC'

red 214 ◦ green 220 ◦ blue 252

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

Shades of Quartz #D6DCFC

Tints of Quartz #D6DCFC

RGB

 RED value IS 214 (83.98% from 255) = 31.2%

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

 BLUE value IS 252 (98.83% from 255) = 36.73%

R = 31.2%
G = 32.07%
B = 36.73%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6DCFC (or 0xD6DCFC) is known color: Quartz. HEX triplet: D6, DC and FC. RGB value is (214,220,252). Sum of RGB (Red+Green+Blue) = 214+220+252=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCFC is #292303. Grayscale: #DDDDDD. Windows color (decimal): -2695940 or 16571606. OLE color: 16571606.

HSL color Cylindrical-coordinate representation of color #D6DCFC: hue angle of 230.53º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6DCFC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 220 252 -
CMYK 0.15 0.13 0 0.01
HSL 230.53º 0.86% 0.91% -
HSV(B) 230.53º 0.15% 0.99% -
XYZ 70.9 72.51 102.35 -
YUV 221.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 214 220 252 0.15 0.13 0 0.01 230.53 0.86 0.91
Hex D6 DC FC F D 0 1 E7 56 5B
Octal 326 334 374 17 15 0 1 347 126 133
Binary 11010110 11011100 11111100 1111 1101 0 1 11100111 1010110 1011011

Color Harmonies of #D6DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCFC

Black with #D6DCFC

Text Example


Text Example

White with #D6DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCFC; }

 p { color: rgb(214,220,252); }

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

background-color css

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

 a { background-color: rgb(214,220,252); }

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

border-color css

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

 span { border-color: rgb(214,220,252); }

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