Html Css Color HEX #D5DAFC Quartz

📋 copy color: '#D5DAFC'

red 213 ◦ green 218 ◦ blue 252

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

Shades of Quartz #D5DAFC

Tints of Quartz #D5DAFC

RGB

 RED value IS 213 (83.59% from 255) = 31.19%

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

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

R = 31.19%
G = 31.92%
B = 36.9%

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

#D5DAFC (or 0xD5DAFC) is known color: Quartz. HEX triplet: D5, DA and FC. RGB value is (213,218,252). Sum of RGB (Red+Green+Blue) = 213+218+252=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAFC is #2A2503. Grayscale: #DCDCDC. Windows color (decimal): -2761988 or 16571093. OLE color: 16571093.

HSL color Cylindrical-coordinate representation of color #D5DAFC: hue angle of 232.31º degrees, saturation: 0.87, 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 #D5DAFC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 218 252 -
CMYK 0.15 0.13 0 0.01
HSL 232.31º 0.87% 0.91% -
HSV(B) 232.31º 0.15% 0.99% -
XYZ 70.08 71.32 102.17 -
YUV 220.38 145.84 122.74 -
System Red Green Blue C M Y K H S L
Decimal 213 218 252 0.15 0.13 0 0.01 232.31 0.87 0.91
Hex D5 DA FC F D 0 1 E8 57 5B
Octal 325 332 374 17 15 0 1 350 127 133
Binary 11010101 11011010 11111100 1111 1101 0 1 11101000 1010111 1011011

Color Harmonies of #D5DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAFC

Black with #D5DAFC

Text Example


Text Example

White with #D5DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAFC; }

 p { color: rgb(213,218,252); }

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

background-color css

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

 a { background-color: rgb(213,218,252); }

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

border-color css

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

 span { border-color: rgb(213,218,252); }

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