Html Css Color HEX #DDD2E7 Titan White

📋 copy color: '#DDD2E7'

red 221 ◦ green 210 ◦ blue 231

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

Shades of Titan White #DDD2E7

Tints of Titan White #DDD2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.89%

R = 33.38%
G = 31.72%
B = 34.89%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDD2E7 (or 0xDDD2E7) is known color: Titan White. HEX triplet: DD, D2 and E7. RGB value is (221,210,231). Sum of RGB (Red+Green+Blue) = 221+210+231=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDD2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2E7 is #222D18. Grayscale: #D7D7D7. Windows color (decimal): -2239769 or 15192797. OLE color: 15192797.

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

Color convert

RGB 221 210 231 -
CMYK 0.04 0.09 0 0.09
HSL 271.43º 0.3% 0.86% -
HSV(B) 271.43º 0.09% 0.91% -
XYZ 67.29 67.23 85.03 -
YUV 215.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 221 210 231 0.04 0.09 0 0.09 271.43 0.3 0.86
Hex DD D2 E7 4 9 0 9 10F 1E 56
Octal 335 322 347 4 11 0 11 417 36 126
Binary 11011101 11010010 11100111 100 1001 0 1001 100001111 11110 1010110

Color Harmonies of #DDD2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD2E7

Black with #DDD2E7

Text Example


Text Example

White with #DDD2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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