Html Css Color HEX #D6DCFE Quartz

📋 copy color: '#D6DCFE'

red 214 ◦ green 220 ◦ blue 254

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

Shades of Quartz #D6DCFE

Tints of Quartz #D6DCFE

RGB

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

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

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

R = 31.1%
G = 31.98%
B = 36.92%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D6DCFE (or 0xD6DCFE) is known color: Quartz. HEX triplet: D6, DC and FE. RGB value is (214,220,254). Sum of RGB (Red+Green+Blue) = 214+220+254=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCFE is #292301. Grayscale: #DDDDDD. Windows color (decimal): -2695938 or 16702678. OLE color: 16702678.

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

Color convert

RGB 214 220 254 -
CMYK 0.16 0.13 0 0.00
HSL 231º 0.95% 0.92% -
HSV(B) 231º 0.16% 1% -
XYZ 71.21 72.64 104.03 -
YUV 222.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 214 220 254 0.16 0.13 0 0.00 231 0.95 0.92
Hex D6 DC FE 10 D 0 0 E7 5F 5C
Octal 326 334 376 20 15 0 0 347 137 134
Binary 11010110 11011100 11111110 10000 1101 0 0 11100111 1011111 1011100

Color Harmonies of #D6DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCFE

Black with #D6DCFE

Text Example


Text Example

White with #D6DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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