Html Css Color HEX #D6DAF2 Quartz

📋 copy color: '#D6DAF2'

red 214 ◦ green 218 ◦ blue 242

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

Shades of Quartz #D6DAF2

Tints of Quartz #D6DAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.91%

R = 31.75%
G = 32.34%
B = 35.91%

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

#D6DAF2 (or 0xD6DAF2) is known color: Quartz. HEX triplet: D6, DA and F2. RGB value is (214,218,242). Sum of RGB (Red+Green+Blue) = 214+218+242=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6DAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAF2 is #29250D. Grayscale: #DBDBDB. Windows color (decimal): -2696462 or 15915734. OLE color: 15915734.

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

Color convert

RGB 214 218 242 -
CMYK 0.12 0.10 0 0.05
HSL 231.43º 0.52% 0.89% -
HSV(B) 231.43º 0.12% 0.95% -
XYZ 68.83 70.85 94.05 -
YUV 219.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 214 218 242 0.12 0.10 0 0.05 231.43 0.52 0.89
Hex D6 DA F2 C A 0 5 E7 34 59
Octal 326 332 362 14 12 0 5 347 64 131
Binary 11010110 11011010 11110010 1100 1010 0 101 11100111 110100 1011001

Color Harmonies of #D6DAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DAF2

Black with #D6DAF2

Text Example


Text Example

White with #D6DAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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