Html Css Color HEX #DDDDF6 Quartz

📋 copy color: '#DDDDF6'

red 221 ◦ green 221 ◦ blue 246

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

Shades of Quartz #DDDDF6

Tints of Quartz #DDDDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.76%

R = 32.12%
G = 32.12%
B = 35.76%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDDDF6 (or 0xDDDDF6) is known color: Quartz. HEX triplet: DD, DD and F6. RGB value is (221,221,246). Sum of RGB (Red+Green+Blue) = 221+221+246=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDF6 is #222209. Grayscale: #DFDFDF. Windows color (decimal): -2236938 or 16178653. OLE color: 16178653.

HSL color Cylindrical-coordinate representation of color #DDDDF6: hue angle of 240º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDDF6 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 221 246 -
CMYK 0.10 0.10 0 0.04
HSL 240º 0.58% 0.92% -
HSV(B) 240º 0.1% 0.96% -
XYZ 72.31 73.74 97.61 -
YUV 223.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 221 221 246 0.10 0.10 0 0.04 240 0.58 0.92
Hex DD DD F6 A A 0 4 F0 3A 5C
Octal 335 335 366 12 12 0 4 360 72 134
Binary 11011101 11011101 11110110 1010 1010 0 100 11110000 111010 1011100

Color Harmonies of #DDDDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDDF6

Black with #DDDDF6

Text Example


Text Example

White with #DDDDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDDF6; }

 p { color: rgb(221,221,246); }

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

background-color css

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

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

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

border-color css

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

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

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