Html Css Color HEX #DDD1E2 Titan White

📋 copy color: '#DDD1E2'

red 221 ◦ green 209 ◦ blue 226

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

Shades of Titan White #DDD1E2

Tints of Titan White #DDD1E2

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.86%

 BLUE value IS 226 (88.67% from 255) = 34.45%

R = 33.69%
G = 31.86%
B = 34.45%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDD1E2 (or 0xDDD1E2) is known color: Titan White. HEX triplet: DD, D1 and E2. RGB value is (221,209,226). Sum of RGB (Red+Green+Blue) = 221+209+226=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDD1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1E2 is #222E1D. Grayscale: #D6D6D6. Windows color (decimal): -2240030 or 14864861. OLE color: 14864861.

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

Color convert

RGB 221 209 226 -
CMYK 0.02 0.08 0 0.11
HSL 282.35º 0.23% 0.85% -
HSV(B) 282.35º 0.08% 0.89% -
XYZ 66.35 66.46 81.28 -
YUV 214.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 221 209 226 0.02 0.08 0 0.11 282.35 0.23 0.85
Hex DD D1 E2 2 8 0 B 11A 17 55
Octal 335 321 342 2 10 0 13 432 27 125
Binary 11011101 11010001 11100010 10 1000 0 1011 100011010 10111 1010101

Color Harmonies of #DDD1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD1E2

Black with #DDD1E2

Text Example


Text Example

White with #DDD1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD1E2; }

 p { color: rgb(221,209,226); }

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

background-color css

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

 a { background-color: rgb(221,209,226); }

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

border-color css

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

 span { border-color: rgb(221,209,226); }

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