Html Css Color HEX #DDDCE4 Quartz

📋 copy color: '#DDDCE4'

red 221 ◦ green 220 ◦ blue 228

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

Shades of Quartz #DDDCE4

Tints of Quartz #DDDCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.08%

R = 33.03%
G = 32.88%
B = 34.08%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDDCE4 (or 0xDDDCE4) is known color: Quartz. HEX triplet: DD, DC and E4. RGB value is (221,220,228). Sum of RGB (Red+Green+Blue) = 221+220+228=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDDCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCE4 is #22231B. Grayscale: #DDDDDD. Windows color (decimal): -2237212 or 14998749. OLE color: 14998749.

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

Color convert

RGB 221 220 228 -
CMYK 0.03 0.04 0 0.11
HSL 247.5º 0.13% 0.88% -
HSV(B) 247.5º 0.04% 0.89% -
XYZ 69.42 72.16 83.67 -
YUV 221.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 221 220 228 0.03 0.04 0 0.11 247.5 0.13 0.88
Hex DD DC E4 3 4 0 B F8 D 58
Octal 335 334 344 3 4 0 13 370 15 130
Binary 11011101 11011100 11100100 11 100 0 1011 11111000 1101 1011000

Color Harmonies of #DDDCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDCE4

Black with #DDDCE4

Text Example


Text Example

White with #DDDCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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