Html Css Color HEX #D5DAF9 Quartz

📋 copy color: '#D5DAF9'

red 213 ◦ green 218 ◦ blue 249

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

Shades of Quartz #D5DAF9

Tints of Quartz #D5DAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.62%

R = 31.32%
G = 32.06%
B = 36.62%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5DAF9 (or 0xD5DAF9) is known color: Quartz. HEX triplet: D5, DA and F9. RGB value is (213,218,249). Sum of RGB (Red+Green+Blue) = 213+218+249=680 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.32% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 249 (97.66% from 255 or 36.62% from 680); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5DAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAF9 is #2A2506. Grayscale: #DBDBDB. Windows color (decimal): -2761991 or 16374485. OLE color: 16374485.

HSL color Cylindrical-coordinate representation of color #D5DAF9: hue angle of 231.67º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5DAF9 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 218 249 -
CMYK 0.14 0.12 0 0.02
HSL 231.67º 0.75% 0.91% -
HSV(B) 231.67º 0.14% 0.98% -
XYZ 69.61 71.13 99.68 -
YUV 220.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 213 218 249 0.14 0.12 0 0.02 231.67 0.75 0.91
Hex D5 DA F9 E C 0 2 E8 4B 5B
Octal 325 332 371 16 14 0 2 350 113 133
Binary 11010101 11011010 11111001 1110 1100 0 10 11101000 1001011 1011011

Color Harmonies of #D5DAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAF9

Black with #D5DAF9

Text Example


Text Example

White with #D5DAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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