Html Css Color HEX #D8DDFD Quartz

📋 copy color: '#D8DDFD'

red 216 ◦ green 221 ◦ blue 253

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

Shades of Quartz #D8DDFD

Tints of Quartz #D8DDFD

RGB

 RED value IS 216 (84.77% from 255) = 31.3%

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

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

R = 31.3%
G = 32.03%
B = 36.67%

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

#D8DDFD (or 0xD8DDFD) is known color: Quartz. HEX triplet: D8, DD and FD. RGB value is (216,221,253). Sum of RGB (Red+Green+Blue) = 216+221+253=690 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.30% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDFD is #272202. Grayscale: #DFDFDF. Windows color (decimal): -2564611 or 16637400. OLE color: 16637400.

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

Color convert

RGB 216 221 253 -
CMYK 0.15 0.13 0 0.01
HSL 231.89º 0.9% 0.92% -
HSV(B) 231.89º 0.15% 0.99% -
XYZ 71.9 73.4 103.31 -
YUV 223.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 216 221 253 0.15 0.13 0 0.01 231.89 0.9 0.92
Hex D8 DD FD F D 0 1 E8 5A 5C
Octal 330 335 375 17 15 0 1 350 132 134
Binary 11011000 11011101 11111101 1111 1101 0 1 11101000 1011010 1011100

Color Harmonies of #D8DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDFD

Black with #D8DDFD

Text Example


Text Example

White with #D8DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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