Html Css Color HEX #DDD9E1 Titan White

📋 copy color: '#DDD9E1'

red 221 ◦ green 217 ◦ blue 225

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

Shades of Titan White #DDD9E1

Tints of Titan White #DDD9E1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.73%

 BLUE value IS 225 (88.28% from 255) = 33.94%

R = 33.33%
G = 32.73%
B = 33.94%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDD9E1 (or 0xDDD9E1) is known color: Titan White. HEX triplet: DD, D9 and E1. RGB value is (221,217,225). Sum of RGB (Red+Green+Blue) = 221+217+225=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDD9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9E1 is #22261E. Grayscale: #DBDBDB. Windows color (decimal): -2237983 or 14801373. OLE color: 14801373.

HSL color Cylindrical-coordinate representation of color #DDD9E1: hue angle of 270º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDD9E1 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 217 225 -
CMYK 0.02 0.04 0 0.12
HSL 270º 0.12% 0.87% -
HSV(B) 270º 0.04% 0.88% -
XYZ 68.22 70.43 81.23 -
YUV 219.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 221 217 225 0.02 0.04 0 0.12 270 0.12 0.87
Hex DD D9 E1 2 4 0 C 10E C 57
Octal 335 331 341 2 4 0 14 416 14 127
Binary 11011101 11011001 11100001 10 100 0 1100 100001110 1100 1010111

Color Harmonies of #DDD9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD9E1

Black with #DDD9E1

Text Example


Text Example

White with #DDD9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD9E1; }

 p { color: rgb(221,217,225); }

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

background-color css

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

 a { background-color: rgb(221,217,225); }

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

border-color css

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

 span { border-color: rgb(221,217,225); }

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