Html Css Color HEX #DDD7F8 Quartz

📋 copy color: '#DDD7F8'

red 221 ◦ green 215 ◦ blue 248

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

Shades of Quartz #DDD7F8

Tints of Quartz #DDD7F8

RGB

 RED value IS 221 (86.72% from 255) = 32.31%

 GREEN value IS 215 (84.38% from 255) = 31.43%

 BLUE value IS 248 (97.27% from 255) = 36.26%

R = 32.31%
G = 31.43%
B = 36.26%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DDD7F8 (or 0xDDD7F8) is known color: Quartz. HEX triplet: DD, D7 and F8. RGB value is (221,215,248). Sum of RGB (Red+Green+Blue) = 221+215+248=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 215 (84.38% from 255 or 31.43% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDD7F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7F8 is #222807. Grayscale: #DCDCDC. Windows color (decimal): -2238472 or 16308189. OLE color: 16308189.

HSL color Cylindrical-coordinate representation of color #DDD7F8: hue angle of 250.91º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDD7F8 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 215 248 -
CMYK 0.11 0.13 0 0.03
HSL 250.91º 0.7% 0.91% -
HSV(B) 250.91º 0.13% 0.97% -
XYZ 71.06 70.75 98.72 -
YUV 220.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 221 215 248 0.11 0.13 0 0.03 250.91 0.7 0.91
Hex DD D7 F8 B D 0 3 FB 46 5B
Octal 335 327 370 13 15 0 3 373 106 133
Binary 11011101 11010111 11111000 1011 1101 0 11 11111011 1000110 1011011

Color Harmonies of #DDD7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7F8

Black with #DDD7F8

Text Example


Text Example

White with #DDD7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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