Html Css Color HEX #DDDCEA Quartz

📋 copy color: '#DDDCEA'

red 221 ◦ green 220 ◦ blue 234

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

Shades of Quartz #DDDCEA

Tints of Quartz #DDDCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.67%

R = 32.74%
G = 32.59%
B = 34.67%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDDCEA (or 0xDDDCEA) is known color: Quartz. HEX triplet: DD, DC and EA. RGB value is (221,220,234). Sum of RGB (Red+Green+Blue) = 221+220+234=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCEA is #222315. Grayscale: #DDDDDD. Windows color (decimal): -2237206 or 15391965. OLE color: 15391965.

HSL color Cylindrical-coordinate representation of color #DDDCEA: hue angle of 244.29º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDDCEA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 220 234 -
CMYK 0.06 0.06 0 0.08
HSL 244.29º 0.25% 0.89% -
HSV(B) 244.29º 0.06% 0.92% -
XYZ 70.26 72.5 88.13 -
YUV 221.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 221 220 234 0.06 0.06 0 0.08 244.29 0.25 0.89
Hex DD DC EA 6 6 0 8 F4 19 59
Octal 335 334 352 6 6 0 10 364 31 131
Binary 11011101 11011100 11101010 110 110 0 1000 11110100 11001 1011001

Color Harmonies of #DDDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDCEA

Black with #DDDCEA

Text Example


Text Example

White with #DDDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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