Html Css Color HEX #DDD0E8 Titan White

📋 copy color: '#DDD0E8'

red 221 ◦ green 208 ◦ blue 232

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

Shades of Titan White #DDD0E8

Tints of Titan White #DDD0E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.1%

R = 33.43%
G = 31.47%
B = 35.1%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDD0E8 (or 0xDDD0E8) is known color: Titan White. HEX triplet: DD, D0 and E8. RGB value is (221,208,232). Sum of RGB (Red+Green+Blue) = 221+208+232=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDD0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0E8 is #222F17. Grayscale: #D6D6D6. Windows color (decimal): -2240280 or 15257821. OLE color: 15257821.

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

Color convert

RGB 221 208 232 -
CMYK 0.05 0.10 0 0.09
HSL 272.5º 0.34% 0.86% -
HSV(B) 272.5º 0.1% 0.91% -
XYZ 66.94 66.31 85.61 -
YUV 214.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 221 208 232 0.05 0.10 0 0.09 272.5 0.34 0.86
Hex DD D0 E8 5 A 0 9 110 22 56
Octal 335 320 350 5 12 0 11 420 42 126
Binary 11011101 11010000 11101000 101 1010 0 1001 100010000 100010 1010110

Color Harmonies of #DDD0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD0E8

Black with #DDD0E8

Text Example


Text Example

White with #DDD0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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