Html Css Color HEX #DDDBEB Quartz

📋 copy color: '#DDDBEB'

red 221 ◦ green 219 ◦ blue 235

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

Shades of Quartz #DDDBEB

Tints of Quartz #DDDBEB

RGB

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

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

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

R = 32.74%
G = 32.44%
B = 34.81%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDDBEB (or 0xDDDBEB) is known color: Quartz. HEX triplet: DD, DB and EB. RGB value is (221,219,235). Sum of RGB (Red+Green+Blue) = 221+219+235=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDDBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBEB is #222414. Grayscale: #DDDDDD. Windows color (decimal): -2237461 or 15457245. OLE color: 15457245.

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

Color convert

RGB 221 219 235 -
CMYK 0.06 0.07 0 0.08
HSL 247.5º 0.29% 0.89% -
HSV(B) 247.5º 0.07% 0.92% -
XYZ 70.15 72.03 88.8 -
YUV 221.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 221 219 235 0.06 0.07 0 0.08 247.5 0.29 0.89
Hex DD DB EB 6 7 0 8 F8 1D 59
Octal 335 333 353 6 7 0 10 370 35 131
Binary 11011101 11011011 11101011 110 111 0 1000 11111000 11101 1011001

Color Harmonies of #DDDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDBEB

Black with #DDDBEB

Text Example


Text Example

White with #DDDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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