Html Css Color HEX #DDDAE1 Titan White

📋 copy color: '#DDDAE1'

red 221 ◦ green 218 ◦ blue 225

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

Shades of Titan White #DDDAE1

Tints of Titan White #DDDAE1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.83%

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

R = 33.28%
G = 32.83%
B = 33.89%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDDAE1 (or 0xDDDAE1) is known color: Titan White. HEX triplet: DD, DA and E1. RGB value is (221,218,225). Sum of RGB (Red+Green+Blue) = 221+218+225=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDDAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAE1 is #22251E. Grayscale: #DBDBDB. Windows color (decimal): -2237727 or 14801629. OLE color: 14801629.

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

Color convert

RGB 221 218 225 -
CMYK 0.02 0.03 0 0.12
HSL 265.71º 0.1% 0.87% -
HSV(B) 265.71º 0.03% 0.88% -
XYZ 68.48 70.95 81.32 -
YUV 219.7 130.99 128.93 -
System Red Green Blue C M Y K H S L
Decimal 221 218 225 0.02 0.03 0 0.12 265.71 0.1 0.87
Hex DD DA E1 2 3 0 C 10A A 57
Octal 335 332 341 2 3 0 14 412 12 127
Binary 11011101 11011010 11100001 10 11 0 1100 100001010 1010 1010111

Color Harmonies of #DDDAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDAE1

Black with #DDDAE1

Text Example


Text Example

White with #DDDAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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