Html Css Color HEX #DDDBE4 Quartz

📋 copy color: '#DDDBE4'

red 221 ◦ green 219 ◦ blue 228

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

Shades of Quartz #DDDBE4

Tints of Quartz #DDDBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.13%

R = 33.08%
G = 32.78%
B = 34.13%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDDBE4 (or 0xDDDBE4) is known color: Quartz. HEX triplet: DD, DB and E4. RGB value is (221,219,228). Sum of RGB (Red+Green+Blue) = 221+219+228=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDDBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBE4 is #22241B. Grayscale: #DCDCDC. Windows color (decimal): -2237468 or 14998493. OLE color: 14998493.

HSL color Cylindrical-coordinate representation of color #DDDBE4: hue angle of 253.33º degrees, saturation: 0.14, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDDBE4 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 219 228 -
CMYK 0.03 0.04 0 0.11
HSL 253.33º 0.14% 0.88% -
HSV(B) 253.33º 0.04% 0.89% -
XYZ 69.15 71.64 83.58 -
YUV 220.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 221 219 228 0.03 0.04 0 0.11 253.33 0.14 0.88
Hex DD DB E4 3 4 0 B FD E 58
Octal 335 333 344 3 4 0 13 375 16 130
Binary 11011101 11011011 11100100 11 100 0 1011 11111101 1110 1011000

Color Harmonies of #DDDBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDBE4

Black with #DDDBE4

Text Example


Text Example

White with #DDDBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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