Html Css Color HEX #DDD1E1 Titan White

📋 copy color: '#DDD1E1'

red 221 ◦ green 209 ◦ blue 225

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

Shades of Titan White #DDD1E1

Tints of Titan White #DDD1E1

RGB

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

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

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

R = 33.74%
G = 31.91%
B = 34.35%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDD1E1 (or 0xDDD1E1) is known color: Titan White. HEX triplet: DD, D1 and E1. RGB value is (221,209,225). Sum of RGB (Red+Green+Blue) = 221+209+225=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 209 (82.03% from 255 or 31.91% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDD1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1E1 is #222E1E. Grayscale: #D6D6D6. Windows color (decimal): -2240031 or 14799325. OLE color: 14799325.

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

Color convert

RGB 221 209 225 -
CMYK 0.02 0.07 0 0.12
HSL 285º 0.21% 0.85% -
HSV(B) 285º 0.07% 0.88% -
XYZ 66.21 66.41 80.56 -
YUV 214.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 221 209 225 0.02 0.07 0 0.12 285 0.21 0.85
Hex DD D1 E1 2 7 0 C 11D 15 55
Octal 335 321 341 2 7 0 14 435 25 125
Binary 11011101 11010001 11100001 10 111 0 1100 100011101 10101 1010101

Color Harmonies of #DDD1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD1E1

Black with #DDD1E1

Text Example


Text Example

White with #DDD1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD1E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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