Html Css Color HEX #D6DCFD Quartz

📋 copy color: '#D6DCFD'

red 214 ◦ green 220 ◦ blue 253

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

Shades of Quartz #D6DCFD

Tints of Quartz #D6DCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.83%

R = 31.15%
G = 32.02%
B = 36.83%

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

#D6DCFD (or 0xD6DCFD) is known color: Quartz. HEX triplet: D6, DC and FD. RGB value is (214,220,253). Sum of RGB (Red+Green+Blue) = 214+220+253=687 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.15% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DCFD is #292302. Grayscale: #DDDDDD. Windows color (decimal): -2695939 or 16637142. OLE color: 16637142.

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

Color convert

RGB 214 220 253 -
CMYK 0.15 0.13 0 0.01
HSL 230.77º 0.91% 0.92% -
HSV(B) 230.77º 0.15% 0.99% -
XYZ 71.05 72.57 103.19 -
YUV 221.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 214 220 253 0.15 0.13 0 0.01 230.77 0.91 0.92
Hex D6 DC FD F D 0 1 E7 5B 5C
Octal 326 334 375 17 15 0 1 347 133 134
Binary 11010110 11011100 11111101 1111 1101 0 1 11100111 1011011 1011100

Color Harmonies of #D6DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCFD

Black with #D6DCFD

Text Example


Text Example

White with #D6DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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