Html Css Color HEX #DDDDEA Quartz

📋 copy color: '#DDDDEA'

red 221 ◦ green 221 ◦ blue 234

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

Shades of Quartz #DDDDEA

Tints of Quartz #DDDDEA

RGB

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

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

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

R = 32.69%
G = 32.69%
B = 34.62%

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

#DDDDEA (or 0xDDDDEA) is known color: Quartz. HEX triplet: DD, DD and EA. RGB value is (221,221,234). Sum of RGB (Red+Green+Blue) = 221+221+234=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDDDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDEA is #222215. Grayscale: #DEDEDE. Windows color (decimal): -2236950 or 15392221. OLE color: 15392221.

HSL color Cylindrical-coordinate representation of color #DDDDEA: hue angle of 240º degrees, saturation: 0.24, 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 #DDDDEA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 221 234 -
CMYK 0.06 0.06 0 0.08
HSL 240º 0.24% 0.89% -
HSV(B) 240º 0.06% 0.92% -
XYZ 70.53 73.03 88.22 -
YUV 222.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 221 221 234 0.06 0.06 0 0.08 240 0.24 0.89
Hex DD DD EA 6 6 0 8 F0 18 59
Octal 335 335 352 6 6 0 10 360 30 131
Binary 11011101 11011101 11101010 110 110 0 1000 11110000 11000 1011001

Color Harmonies of #DDDDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDDEA

Black with #DDDDEA

Text Example


Text Example

White with #DDDDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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