Html Css Color HEX #DDCCE9 Titan White

📋 copy color: '#DDCCE9'

red 221 ◦ green 204 ◦ blue 233

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

Shades of Titan White #DDCCE9

Tints of Titan White #DDCCE9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31%

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

R = 33.59%
G = 31%
B = 35.41%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDCCE9 (or 0xDDCCE9) is known color: Titan White. HEX triplet: DD, CC and E9. RGB value is (221,204,233). Sum of RGB (Red+Green+Blue) = 221+204+233=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDCCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCE9 is #223316. Grayscale: #D4D4D4. Windows color (decimal): -2241303 or 15322333. OLE color: 15322333.

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

Color convert

RGB 221 204 233 -
CMYK 0.05 0.12 0 0.09
HSL 275.17º 0.4% 0.86% -
HSV(B) 275.17º 0.12% 0.91% -
XYZ 66.12 64.44 86.04 -
YUV 212.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 221 204 233 0.05 0.12 0 0.09 275.17 0.4 0.86
Hex DD CC E9 5 C 0 9 113 28 56
Octal 335 314 351 5 14 0 11 423 50 126
Binary 11011101 11001100 11101001 101 1100 0 1001 100010011 101000 1010110

Color Harmonies of #DDCCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCE9

Black with #DDCCE9

Text Example


Text Example

White with #DDCCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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