Html Css Color HEX #D5DAFE Quartz

📋 copy color: '#D5DAFE'

red 213 ◦ green 218 ◦ blue 254

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

Shades of Quartz #D5DAFE

Tints of Quartz #D5DAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.08%

R = 31.09%
G = 31.82%
B = 37.08%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D5DAFE (or 0xD5DAFE) is known color: Quartz. HEX triplet: D5, DA and FE. RGB value is (213,218,254). Sum of RGB (Red+Green+Blue) = 213+218+254=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAFE is #2A2501. Grayscale: #DCDCDC. Windows color (decimal): -2761986 or 16702165. OLE color: 16702165.

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

Color convert

RGB 213 218 254 -
CMYK 0.16 0.14 0 0.00
HSL 232.68º 0.95% 0.92% -
HSV(B) 232.68º 0.16% 1% -
XYZ 70.4 71.44 103.85 -
YUV 220.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 213 218 254 0.16 0.14 0 0.00 232.68 0.95 0.92
Hex D5 DA FE 10 E 0 0 E9 5F 5C
Octal 325 332 376 20 16 0 0 351 137 134
Binary 11010101 11011010 11111110 10000 1110 0 0 11101001 1011111 1011100

Color Harmonies of #D5DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DAFE

Black with #D5DAFE

Text Example


Text Example

White with #D5DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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