Html Css Color HEX #DDCCE6 Titan White

📋 copy color: '#DDCCE6'

red 221 ◦ green 204 ◦ blue 230

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

Shades of Titan White #DDCCE6

Tints of Titan White #DDCCE6

RGB

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

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

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

R = 33.74%
G = 31.15%
B = 35.11%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDCCE6 (or 0xDDCCE6) is known color: Titan White. HEX triplet: DD, CC and E6. RGB value is (221,204,230). Sum of RGB (Red+Green+Blue) = 221+204+230=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDCCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCE6 is #223319. Grayscale: #D3D3D3. Windows color (decimal): -2241306 or 15125725. OLE color: 15125725.

HSL color Cylindrical-coordinate representation of color #DDCCE6: hue angle of 279.23º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDCCE6 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 204 230 -
CMYK 0.04 0.11 0 0.10
HSL 279.23º 0.34% 0.85% -
HSV(B) 279.23º 0.11% 0.9% -
XYZ 65.69 64.27 83.81 -
YUV 212.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 221 204 230 0.04 0.11 0 0.10 279.23 0.34 0.85
Hex DD CC E6 4 B 0 A 117 22 55
Octal 335 314 346 4 13 0 12 427 42 125
Binary 11011101 11001100 11100110 100 1011 0 1010 100010111 100010 1010101

Color Harmonies of #DDCCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCE6

Black with #DDCCE6

Text Example


Text Example

White with #DDCCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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