Html Css Color HEX #DDD3E0 Titan White

📋 copy color: '#DDD3E0'

red 221 ◦ green 211 ◦ blue 224

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

Shades of Titan White #DDD3E0

Tints of Titan White #DDD3E0

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.16%

 BLUE value IS 224 (87.89% from 255) = 34.15%

R = 33.69%
G = 32.16%
B = 34.15%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDD3E0 (or 0xDDD3E0) is known color: Titan White. HEX triplet: DD, D3 and E0. RGB value is (221,211,224). Sum of RGB (Red+Green+Blue) = 221+211+224=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 211 (82.81% from 255 or 32.16% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDD3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3E0 is #222C1F. Grayscale: #D7D7D7. Windows color (decimal): -2239520 or 14734301. OLE color: 14734301.

HSL color Cylindrical-coordinate representation of color #DDD3E0: hue angle of 286.15º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD3E0 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 211 224 -
CMYK 0.01 0.06 0 0.12
HSL 286.15º 0.17% 0.85% -
HSV(B) 286.15º 0.06% 0.88% -
XYZ 66.57 67.34 80.01 -
YUV 215.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 221 211 224 0.01 0.06 0 0.12 286.15 0.17 0.85
Hex DD D3 E0 1 6 0 C 11E 11 55
Octal 335 323 340 1 6 0 14 436 21 125
Binary 11011101 11010011 11100000 1 110 0 1100 100011110 10001 1010101

Color Harmonies of #DDD3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD3E0

Black with #DDD3E0

Text Example


Text Example

White with #DDD3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD3E0; }

 p { color: rgb(221,211,224); }

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

background-color css

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

 a { background-color: rgb(221,211,224); }

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

border-color css

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

 span { border-color: rgb(221,211,224); }

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