Html Css Color HEX #D5D9FB Quartz

📋 copy color: '#D5D9FB'

red 213 ◦ green 217 ◦ blue 251

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

Shades of Quartz #D5D9FB

Tints of Quartz #D5D9FB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.86%

 BLUE value IS 251 (98.44% from 255) = 36.86%

R = 31.28%
G = 31.86%
B = 36.86%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5D9FB (or 0xD5D9FB) is known color: Quartz. HEX triplet: D5, D9 and FB. RGB value is (213,217,251). Sum of RGB (Red+Green+Blue) = 213+217+251=681 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.28% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5D9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D9FB is #2A2604. Grayscale: #DBDBDB. Windows color (decimal): -2762245 or 16505301. OLE color: 16505301.

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

Color convert

RGB 213 217 251 -
CMYK 0.15 0.14 0 0.02
HSL 233.68º 0.83% 0.91% -
HSV(B) 233.68º 0.15% 0.98% -
XYZ 69.67 70.74 101.25 -
YUV 219.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 213 217 251 0.15 0.14 0 0.02 233.68 0.83 0.91
Hex D5 D9 FB F E 0 2 EA 53 5B
Octal 325 331 373 17 16 0 2 352 123 133
Binary 11010101 11011001 11111011 1111 1110 0 10 11101010 1010011 1011011

Color Harmonies of #D5D9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D9FB

Black with #D5D9FB

Text Example


Text Example

White with #D5D9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D9FB; }

 p { color: rgb(213,217,251); }

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

background-color css

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

 a { background-color: rgb(213,217,251); }

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

border-color css

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

 span { border-color: rgb(213,217,251); }

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