Html Css Color HEX #DDD1E6 Titan White

📋 copy color: '#DDD1E6'

red 221 ◦ green 209 ◦ blue 230

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

Shades of Titan White #DDD1E6

Tints of Titan White #DDD1E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.85%

R = 33.48%
G = 31.67%
B = 34.85%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDD1E6 (or 0xDDD1E6) is known color: Titan White. HEX triplet: DD, D1 and E6. RGB value is (221,209,230). Sum of RGB (Red+Green+Blue) = 221+209+230=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDD1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD1E6 is #222E19. Grayscale: #D6D6D6. Windows color (decimal): -2240026 or 15127005. OLE color: 15127005.

HSL color Cylindrical-coordinate representation of color #DDD1E6: hue angle of 274.29º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD1E6 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 209 230 -
CMYK 0.04 0.09 0 0.10
HSL 274.29º 0.3% 0.86% -
HSV(B) 274.29º 0.09% 0.9% -
XYZ 66.9 66.69 84.21 -
YUV 214.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 221 209 230 0.04 0.09 0 0.10 274.29 0.3 0.86
Hex DD D1 E6 4 9 0 A 112 1E 56
Octal 335 321 346 4 11 0 12 422 36 126
Binary 11011101 11010001 11100110 100 1001 0 1010 100010010 11110 1010110

Color Harmonies of #DDD1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD1E6

Black with #DDD1E6

Text Example


Text Example

White with #DDD1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD1E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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