Html Css Color HEX #D7DDFD Quartz

📋 copy color: '#D7DDFD'

red 215 ◦ green 221 ◦ blue 253

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

Shades of Quartz #D7DDFD

Tints of Quartz #D7DDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.72%

R = 31.2%
G = 32.08%
B = 36.72%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D7DDFD (or 0xD7DDFD) is known color: Quartz. HEX triplet: D7, DD and FD. RGB value is (215,221,253). Sum of RGB (Red+Green+Blue) = 215+221+253=689 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.20% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DDFD is #282202. Grayscale: #DEDEDE. Windows color (decimal): -2630147 or 16637399. OLE color: 16637399.

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

Color convert

RGB 215 221 253 -
CMYK 0.15 0.13 0 0.01
HSL 230.53º 0.9% 0.92% -
HSV(B) 230.53º 0.15% 0.99% -
XYZ 71.61 73.25 103.29 -
YUV 222.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 215 221 253 0.15 0.13 0 0.01 230.53 0.9 0.92
Hex D7 DD FD F D 0 1 E7 5A 5C
Octal 327 335 375 17 15 0 1 347 132 134
Binary 11010111 11011101 11111101 1111 1101 0 1 11100111 1011010 1011100

Color Harmonies of #D7DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DDFD

Black with #D7DDFD

Text Example


Text Example

White with #D7DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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