Html Css Color HEX #D9DFFB Quartz

📋 copy color: '#D9DFFB'

red 217 ◦ green 223 ◦ blue 251

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

Shades of Quartz #D9DFFB

Tints of Quartz #D9DFFB

RGB

 RED value IS 217 (85.16% from 255) = 31.4%

 GREEN value IS 223 (87.5% from 255) = 32.27%

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

R = 31.4%
G = 32.27%
B = 36.32%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9DFFB (or 0xD9DFFB) is known color: Quartz. HEX triplet: D9, DF and FB. RGB value is (217,223,251). Sum of RGB (Red+Green+Blue) = 217+223+251=691 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.40% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DFFB is #262004. Grayscale: #E0E0E0. Windows color (decimal): -2498565 or 16506841. OLE color: 16506841.

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

Color convert

RGB 217 223 251 -
CMYK 0.14 0.11 0 0.02
HSL 229.41º 0.81% 0.92% -
HSV(B) 229.41º 0.14% 0.98% -
XYZ 72.42 74.49 101.83 -
YUV 224.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 217 223 251 0.14 0.11 0 0.02 229.41 0.81 0.92
Hex D9 DF FB E B 0 2 E5 51 5C
Octal 331 337 373 16 13 0 2 345 121 134
Binary 11011001 11011111 11111011 1110 1011 0 10 11100101 1010001 1011100

Color Harmonies of #D9DFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DFFB

Black with #D9DFFB

Text Example


Text Example

White with #D9DFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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