Html Css Color HEX #DDD0E9 Titan White

📋 copy color: '#DDD0E9'

red 221 ◦ green 208 ◦ blue 233

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

Shades of Titan White #DDD0E9

Tints of Titan White #DDD0E9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.42%

 BLUE value IS 233 (91.41% from 255) = 35.2%

R = 33.38%
G = 31.42%
B = 35.2%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDD0E9 (or 0xDDD0E9) is known color: Titan White. HEX triplet: DD, D0 and E9. RGB value is (221,208,233). Sum of RGB (Red+Green+Blue) = 221+208+233=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDD0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0E9 is #222F16. Grayscale: #D6D6D6. Windows color (decimal): -2240279 or 15323357. OLE color: 15323357.

HSL color Cylindrical-coordinate representation of color #DDD0E9: hue angle of 271.2º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDD0E9 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 208 233 -
CMYK 0.05 0.11 0 0.09
HSL 271.2º 0.36% 0.86% -
HSV(B) 271.2º 0.11% 0.91% -
XYZ 67.08 66.37 86.37 -
YUV 214.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 221 208 233 0.05 0.11 0 0.09 271.2 0.36 0.86
Hex DD D0 E9 5 B 0 9 10F 24 56
Octal 335 320 351 5 13 0 11 417 44 126
Binary 11011101 11010000 11101001 101 1011 0 1001 100001111 100100 1010110

Color Harmonies of #DDD0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD0E9

Black with #DDD0E9

Text Example


Text Example

White with #DDD0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD0E9; }

 p { color: rgb(221,208,233); }

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

background-color css

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

 a { background-color: rgb(221,208,233); }

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

border-color css

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

 span { border-color: rgb(221,208,233); }

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