Html Css Color HEX #D9DEFF Quartz

📋 copy color: '#D9DEFF'

red 217 ◦ green 222 ◦ blue 255

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

Shades of Quartz #D9DEFF

Tints of Quartz #D9DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.99%

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

R = 31.27%
G = 31.99%
B = 36.74%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9DEFF (or 0xD9DEFF) is known color: Quartz. HEX triplet: D9, DE and FF. RGB value is (217,222,255). Sum of RGB (Red+Green+Blue) = 217+222+255=694 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.27% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DEFF is #262100. Grayscale: #E0E0E0. Windows color (decimal): -2498817 or 16768729. OLE color: 16768729.

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

Color convert

RGB 217 222 255 -
CMYK 0.15 0.13 0 0
HSL 232.11º 1% 0.93% -
HSV(B) 232.11º 0.15% 1% -
XYZ 72.79 74.21 105.1 -
YUV 224.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 217 222 255 0.15 0.13 0 0 232.11 1 0.93
Hex D9 DE FF F D 0 0 E8 64 5D
Octal 331 336 377 17 15 0 0 350 144 135
Binary 11011001 11011110 11111111 1111 1101 0 0 11101000 1100100 1011101

Color Harmonies of #D9DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DEFF

Black with #D9DEFF

Text Example


Text Example

White with #D9DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DEFF; }

 p { color: rgb(217,222,255); }

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

background-color css

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

 a { background-color: rgb(217,222,255); }

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

border-color css

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

 span { border-color: rgb(217,222,255); }

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