Html Css Color HEX #D7DDFF Quartz

📋 copy color: '#D7DDFF'

red 215 ◦ green 221 ◦ blue 255

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

Shades of Quartz #D7DDFF

Tints of Quartz #D7DDFF

RGB

 RED value IS 215 (84.38% from 255) = 31.11%

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

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

R = 31.11%
G = 31.98%
B = 36.9%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D7DDFF (or 0xD7DDFF) is known color: Quartz. HEX triplet: D7, DD and FF. RGB value is (215,221,255). Sum of RGB (Red+Green+Blue) = 215+221+255=691 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.11% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DDFF is #282200. Grayscale: #DEDEDE. Windows color (decimal): -2630145 or 16768471. OLE color: 16768471.

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

Color convert

RGB 215 221 255 -
CMYK 0.16 0.13 0 0
HSL 231º 1% 0.92% -
HSV(B) 231º 0.16% 1% -
XYZ 71.93 73.38 104.98 -
YUV 223.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 215 221 255 0.16 0.13 0 0 231 1 0.92
Hex D7 DD FF 10 D 0 0 E7 64 5C
Octal 327 335 377 20 15 0 0 347 144 134
Binary 11010111 11011101 11111111 10000 1101 0 0 11100111 1100100 1011100

Color Harmonies of #D7DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DDFF

Black with #D7DDFF

Text Example


Text Example

White with #D7DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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