Html Css Color HEX #DDCCE8 Titan White

📋 copy color: '#DDCCE8'

red 221 ◦ green 204 ◦ blue 232

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

Shades of Titan White #DDCCE8

Tints of Titan White #DDCCE8

RGB

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

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

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

R = 33.64%
G = 31.05%
B = 35.31%

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

#DDCCE8 (or 0xDDCCE8) is known color: Titan White. HEX triplet: DD, CC and E8. RGB value is (221,204,232). Sum of RGB (Red+Green+Blue) = 221+204+232=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCE8 is #223317. Grayscale: #D4D4D4. Windows color (decimal): -2241304 or 15256797. OLE color: 15256797.

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

Color convert

RGB 221 204 232 -
CMYK 0.05 0.12 0 0.09
HSL 276.43º 0.38% 0.85% -
HSV(B) 276.43º 0.12% 0.91% -
XYZ 65.98 64.38 85.29 -
YUV 212.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 221 204 232 0.05 0.12 0 0.09 276.43 0.38 0.85
Hex DD CC E8 5 C 0 9 114 26 55
Octal 335 314 350 5 14 0 11 424 46 125
Binary 11011101 11001100 11101000 101 1100 0 1001 100010100 100110 1010101

Color Harmonies of #DDCCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCE8

Black with #DDCCE8

Text Example


Text Example

White with #DDCCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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