Html Css Color HEX #DDDBEA Quartz

📋 copy color: '#DDDBEA'

red 221 ◦ green 219 ◦ blue 234

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

Shades of Quartz #DDDBEA

Tints of Quartz #DDDBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.49%

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

R = 32.79%
G = 32.49%
B = 34.72%

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

#DDDBEA (or 0xDDDBEA) is known color: Quartz. HEX triplet: DD, DB and EA. RGB value is (221,219,234). Sum of RGB (Red+Green+Blue) = 221+219+234=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDDBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBEA is #222415. Grayscale: #DDDDDD. Windows color (decimal): -2237462 or 15391709. OLE color: 15391709.

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

Color convert

RGB 221 219 234 -
CMYK 0.06 0.06 0 0.08
HSL 248º 0.26% 0.89% -
HSV(B) 248º 0.06% 0.92% -
XYZ 70 71.98 88.05 -
YUV 221.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 221 219 234 0.06 0.06 0 0.08 248 0.26 0.89
Hex DD DB EA 6 6 0 8 F8 1A 59
Octal 335 333 352 6 6 0 10 370 32 131
Binary 11011101 11011011 11101010 110 110 0 1000 11111000 11010 1011001

Color Harmonies of #DDDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDBEA

Black with #DDDBEA

Text Example


Text Example

White with #DDDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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