Html Css Color HEX #D5D8F9 Quartz

📋 copy color: '#D5D8F9'

red 213 ◦ green 216 ◦ blue 249

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

Shades of Quartz #D5D8F9

Tints of Quartz #D5D8F9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.86%

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

R = 31.42%
G = 31.86%
B = 36.73%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5D8F9 (or 0xD5D8F9) is known color: Quartz. HEX triplet: D5, D8 and F9. RGB value is (213,216,249). Sum of RGB (Red+Green+Blue) = 213+216+249=678 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.42% from 678); Green value is 216 (84.77% from 255 or 31.86% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5D8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D8F9 is #2A2706. Grayscale: #DADADA. Windows color (decimal): -2762503 or 16373973. OLE color: 16373973.

HSL color Cylindrical-coordinate representation of color #D5D8F9: hue angle of 235º 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 #D5D8F9 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 216 249 -
CMYK 0.14 0.13 0 0.02
HSL 235º 0.75% 0.91% -
HSV(B) 235º 0.14% 0.98% -
XYZ 69.1 70.1 99.51 -
YUV 218.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 213 216 249 0.14 0.13 0 0.02 235 0.75 0.91
Hex D5 D8 F9 E D 0 2 EB 4B 5B
Octal 325 330 371 16 15 0 2 353 113 133
Binary 11010101 11011000 11111001 1110 1101 0 10 11101011 1001011 1011011

Color Harmonies of #D5D8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D8F9

Black with #D5D8F9

Text Example


Text Example

White with #D5D8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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