Html Css Color HEX #DDD7FF Quartz

📋 copy color: '#DDD7FF'

red 221 ◦ green 215 ◦ blue 255

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

Shades of Quartz #DDD7FF

Tints of Quartz #DDD7FF

RGB

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

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

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

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

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DDD7FF (or 0xDDD7FF) is known color: Quartz. HEX triplet: DD, D7 and FF. RGB value is (221,215,255). Sum of RGB (Red+Green+Blue) = 221+215+255=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 215 (84.38% from 255 or 31.11% 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 #DDD7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD7FF is #222800. Grayscale: #DDDDDD. Windows color (decimal): -2238465 or 16766941. OLE color: 16766941.

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

Color convert

RGB 221 215 255 -
CMYK 0.13 0.16 0 0
HSL 249º 1% 0.92% -
HSV(B) 249º 0.16% 1% -
XYZ 72.17 71.19 104.55 -
YUV 221.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 221 215 255 0.13 0.16 0 0 249 1 0.92
Hex DD D7 FF D 10 0 0 F9 64 5C
Octal 335 327 377 15 20 0 0 371 144 134
Binary 11011101 11010111 11111111 1101 10000 0 0 11111001 1100100 1011100

Color Harmonies of #DDD7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7FF

Black with #DDD7FF

Text Example


Text Example

White with #DDD7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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