Html Css Color HEX #D6DAF3 Quartz

📋 copy color: '#D6DAF3'

red 214 ◦ green 218 ◦ blue 243

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

Shades of Quartz #D6DAF3

Tints of Quartz #D6DAF3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.3%

 BLUE value IS 243 (95.31% from 255) = 36%

R = 31.7%
G = 32.3%
B = 36%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6DAF3 (or 0xD6DAF3) is known color: Quartz. HEX triplet: D6, DA and F3. RGB value is (214,218,243). Sum of RGB (Red+Green+Blue) = 214+218+243=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6DAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAF3 is #29250C. Grayscale: #DBDBDB. Windows color (decimal): -2696461 or 15981270. OLE color: 15981270.

HSL color Cylindrical-coordinate representation of color #D6DAF3: hue angle of 231.72º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6DAF3 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 218 243 -
CMYK 0.12 0.10 0 0.05
HSL 231.72º 0.55% 0.9% -
HSV(B) 231.72º 0.12% 0.95% -
XYZ 68.98 70.91 94.85 -
YUV 219.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 214 218 243 0.12 0.10 0 0.05 231.72 0.55 0.9
Hex D6 DA F3 C A 0 5 E8 37 5A
Octal 326 332 363 14 12 0 5 350 67 132
Binary 11010110 11011010 11110011 1100 1010 0 101 11101000 110111 1011010

Color Harmonies of #D6DAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DAF3

Black with #D6DAF3

Text Example


Text Example

White with #D6DAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DAF3; }

 p { color: rgb(214,218,243); }

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

background-color css

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

 a { background-color: rgb(214,218,243); }

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

border-color css

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

 span { border-color: rgb(214,218,243); }

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