Html Css Color HEX #DDDCE2 Quartz

📋 copy color: '#DDDCE2'

red 221 ◦ green 220 ◦ blue 226

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

Shades of Quartz #DDDCE2

Tints of Quartz #DDDCE2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.98%

 BLUE value IS 226 (88.67% from 255) = 33.88%

R = 33.13%
G = 32.98%
B = 33.88%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDDCE2 (or 0xDDDCE2) is known color: Quartz. HEX triplet: DD, DC and E2. RGB value is (221,220,226). Sum of RGB (Red+Green+Blue) = 221+220+226=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDDCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCE2 is #22231D. Grayscale: #DCDCDC. Windows color (decimal): -2237214 or 14867677. OLE color: 14867677.

HSL color Cylindrical-coordinate representation of color #DDDCE2: hue angle of 250º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDCE2 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 220 226 -
CMYK 0.02 0.03 0 0.11
HSL 250º 0.09% 0.87% -
HSV(B) 250º 0.03% 0.89% -
XYZ 69.14 72.05 82.21 -
YUV 220.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 221 220 226 0.02 0.03 0 0.11 250 0.09 0.87
Hex DD DC E2 2 3 0 B FA 9 57
Octal 335 334 342 2 3 0 13 372 11 127
Binary 11011101 11011100 11100010 10 11 0 1011 11111010 1001 1010111

Color Harmonies of #DDDCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDCE2

Black with #DDDCE2

Text Example


Text Example

White with #DDDCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDCE2; }

 p { color: rgb(221,220,226); }

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

background-color css

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

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

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

border-color css

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

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

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