Html Css Color HEX #DDDDEB Quartz

📋 copy color: '#DDDDEB'

red 221 ◦ green 221 ◦ blue 235

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

Shades of Quartz #DDDDEB

Tints of Quartz #DDDDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.71%

R = 32.64%
G = 32.64%
B = 34.71%

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

#DDDDEB (or 0xDDDDEB) is known color: Quartz. HEX triplet: DD, DD and EB. RGB value is (221,221,235). Sum of RGB (Red+Green+Blue) = 221+221+235=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDDDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDEB is #222214. Grayscale: #DEDEDE. Windows color (decimal): -2236949 or 15457757. OLE color: 15457757.

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

Color convert

RGB 221 221 235 -
CMYK 0.06 0.06 0 0.08
HSL 240º 0.26% 0.89% -
HSV(B) 240º 0.06% 0.92% -
XYZ 70.67 73.08 88.98 -
YUV 222.6 135 126.86 -
System Red Green Blue C M Y K H S L
Decimal 221 221 235 0.06 0.06 0 0.08 240 0.26 0.89
Hex DD DD EB 6 6 0 8 F0 1A 59
Octal 335 335 353 6 6 0 10 360 32 131
Binary 11011101 11011101 11101011 110 110 0 1000 11110000 11010 1011001

Color Harmonies of #DDDDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDDEB

Black with #DDDDEB

Text Example


Text Example

White with #DDDDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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