Html Css Color HEX #DDD2E6 Titan White

📋 copy color: '#DDD2E6'

red 221 ◦ green 210 ◦ blue 230

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

Shades of Titan White #DDD2E6

Tints of Titan White #DDD2E6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.77%

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

R = 33.43%
G = 31.77%
B = 34.8%

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

#DDD2E6 (or 0xDDD2E6) is known color: Titan White. HEX triplet: DD, D2 and E6. RGB value is (221,210,230). Sum of RGB (Red+Green+Blue) = 221+210+230=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDD2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2E6 is #222D19. Grayscale: #D7D7D7. Windows color (decimal): -2239770 or 15127261. OLE color: 15127261.

HSL color Cylindrical-coordinate representation of color #DDD2E6: hue angle of 273º degrees, saturation: 0.29, 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 #DDD2E6 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 210 230 -
CMYK 0.04 0.09 0 0.10
HSL 273º 0.29% 0.86% -
HSV(B) 273º 0.09% 0.9% -
XYZ 67.15 67.18 84.29 -
YUV 215.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 221 210 230 0.04 0.09 0 0.10 273 0.29 0.86
Hex DD D2 E6 4 9 0 A 111 1D 56
Octal 335 322 346 4 11 0 12 421 35 126
Binary 11011101 11010010 11100110 100 1001 0 1010 100010001 11101 1010110

Color Harmonies of #DDD2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2E6

Black with #DDD2E6

Text Example


Text Example

White with #DDD2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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