Html Css Color HEX #D9DDFF Quartz

📋 copy color: '#D9DDFF'

red 217 ◦ green 221 ◦ blue 255

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

Shades of Quartz #D9DDFF

Tints of Quartz #D9DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.89%

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

R = 31.31%
G = 31.89%
B = 36.8%

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

#D9DDFF (or 0xD9DDFF) is known color: Quartz. HEX triplet: D9, DD and FF. RGB value is (217,221,255). Sum of RGB (Red+Green+Blue) = 217+221+255=693 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.31% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDFF is #262200. Grayscale: #DFDFDF. Windows color (decimal): -2499073 or 16768473. OLE color: 16768473.

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

Color convert

RGB 217 221 255 -
CMYK 0.15 0.13 0 0
HSL 233.68º 1% 0.93% -
HSV(B) 233.68º 0.15% 1% -
XYZ 72.52 73.68 105.01 -
YUV 223.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 217 221 255 0.15 0.13 0 0 233.68 1 0.93
Hex D9 DD FF F D 0 0 EA 64 5D
Octal 331 335 377 17 15 0 0 352 144 135
Binary 11011001 11011101 11111111 1111 1101 0 0 11101010 1100100 1011101

Color Harmonies of #D9DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDFF

Black with #D9DDFF

Text Example


Text Example

White with #D9DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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