Html Css Color HEX #DDD2E4 Titan White

📋 copy color: '#DDD2E4'

red 221 ◦ green 210 ◦ blue 228

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

Shades of Titan White #DDD2E4

Tints of Titan White #DDD2E4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.87%

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

R = 33.54%
G = 31.87%
B = 34.6%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDD2E4 (or 0xDDD2E4) is known color: Titan White. HEX triplet: DD, D2 and E4. RGB value is (221,210,228). Sum of RGB (Red+Green+Blue) = 221+210+228=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 228 (89.45% from 255 or 34.60% from 659); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDD2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2E4 is #222D1B. Grayscale: #D7D7D7. Windows color (decimal): -2239772 or 14996189. OLE color: 14996189.

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

Color convert

RGB 221 210 228 -
CMYK 0.03 0.08 0 0.11
HSL 276.67º 0.25% 0.86% -
HSV(B) 276.67º 0.08% 0.89% -
XYZ 66.87 67.07 82.82 -
YUV 215.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 221 210 228 0.03 0.08 0 0.11 276.67 0.25 0.86
Hex DD D2 E4 3 8 0 B 115 19 56
Octal 335 322 344 3 10 0 13 425 31 126
Binary 11011101 11010010 11100100 11 1000 0 1011 100010101 11001 1010110

Color Harmonies of #DDD2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2E4

Black with #DDD2E4

Text Example


Text Example

White with #DDD2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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