Html Css Color HEX #DDDBE7 Quartz

📋 copy color: '#DDDBE7'

red 221 ◦ green 219 ◦ blue 231

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

Shades of Quartz #DDDBE7

Tints of Quartz #DDDBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.43%

R = 32.94%
G = 32.64%
B = 34.43%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDDBE7 (or 0xDDDBE7) is known color: Quartz. HEX triplet: DD, DB and E7. RGB value is (221,219,231). Sum of RGB (Red+Green+Blue) = 221+219+231=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBE7 is #222418. Grayscale: #DCDCDC. Windows color (decimal): -2237465 or 15195101. OLE color: 15195101.

HSL color Cylindrical-coordinate representation of color #DDDBE7: hue angle of 250º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDBE7 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 219 231 -
CMYK 0.04 0.05 0 0.09
HSL 250º 0.2% 0.88% -
HSV(B) 250º 0.05% 0.91% -
XYZ 69.57 71.8 85.79 -
YUV 220.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 221 219 231 0.04 0.05 0 0.09 250 0.2 0.88
Hex DD DB E7 4 5 0 9 FA 14 58
Octal 335 333 347 4 5 0 11 372 24 130
Binary 11011101 11011011 11100111 100 101 0 1001 11111010 10100 1011000

Color Harmonies of #DDDBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDBE7

Black with #DDDBE7

Text Example


Text Example

White with #DDDBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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