Html Css Color HEX #DDDEEA Quartz

📋 copy color: '#DDDEEA'

red 221 ◦ green 222 ◦ blue 234

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

Shades of Quartz #DDDEEA

Tints of Quartz #DDDEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.79%

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

R = 32.64%
G = 32.79%
B = 34.56%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDDEEA (or 0xDDDEEA) is known color: Quartz. HEX triplet: DD, DE and EA. RGB value is (221,222,234). Sum of RGB (Red+Green+Blue) = 221+222+234=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDDEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEEA is #222115. Grayscale: #DFDFDF. Windows color (decimal): -2236694 or 15392477. OLE color: 15392477.

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

Color convert

RGB 221 222 234 -
CMYK 0.06 0.05 0 0.08
HSL 235.38º 0.24% 0.89% -
HSV(B) 235.38º 0.06% 0.92% -
XYZ 70.79 73.56 88.31 -
YUV 223.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 221 222 234 0.06 0.05 0 0.08 235.38 0.24 0.89
Hex DD DE EA 6 5 0 8 EB 18 59
Octal 335 336 352 6 5 0 10 353 30 131
Binary 11011101 11011110 11101010 110 101 0 1000 11101011 11000 1011001

Color Harmonies of #DDDEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEEA

Black with #DDDEEA

Text Example


Text Example

White with #DDDEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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