Html Css Color HEX #D5DAFF Quartz

📋 copy color: '#D5DAFF'

red 213 ◦ green 218 ◦ blue 255

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

Shades of Quartz #D5DAFF

Tints of Quartz #D5DAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.17%

R = 31.05%
G = 31.78%
B = 37.17%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D5DAFF (or 0xD5DAFF) is known color: Quartz. HEX triplet: D5, DA and FF. RGB value is (213,218,255). Sum of RGB (Red+Green+Blue) = 213+218+255=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAFF is #2A2500. Grayscale: #DCDCDC. Windows color (decimal): -2761985 or 16767701. OLE color: 16767701.

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

Color convert

RGB 213 218 255 -
CMYK 0.16 0.15 0 0
HSL 232.86º 1% 0.92% -
HSV(B) 232.86º 0.16% 1% -
XYZ 70.56 71.51 104.69 -
YUV 220.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 213 218 255 0.16 0.15 0 0 232.86 1 0.92
Hex D5 DA FF 10 F 0 0 E9 64 5C
Octal 325 332 377 20 17 0 0 351 144 134
Binary 11010101 11011010 11111111 10000 1111 0 0 11101001 1100100 1011100

Color Harmonies of #D5DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAFF

Black with #D5DAFF

Text Example


Text Example

White with #D5DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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