Html Css Color HEX #DDCCE3 Titan White

📋 copy color: '#DDCCE3'

red 221 ◦ green 204 ◦ blue 227

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

Shades of Titan White #DDCCE3

Tints of Titan White #DDCCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.82%

R = 33.9%
G = 31.29%
B = 34.82%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDCCE3 (or 0xDDCCE3) is known color: Titan White. HEX triplet: DD, CC and E3. RGB value is (221,204,227). Sum of RGB (Red+Green+Blue) = 221+204+227=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDCCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCE3 is #22331C. Grayscale: #D3D3D3. Windows color (decimal): -2241309 or 14929117. OLE color: 14929117.

HSL color Cylindrical-coordinate representation of color #DDCCE3: hue angle of 284.35º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCCE3 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 204 227 -
CMYK 0.03 0.10 0 0.11
HSL 284.35º 0.29% 0.85% -
HSV(B) 284.35º 0.1% 0.89% -
XYZ 65.28 64.1 81.61 -
YUV 211.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 221 204 227 0.03 0.10 0 0.11 284.35 0.29 0.85
Hex DD CC E3 3 A 0 B 11C 1D 55
Octal 335 314 343 3 12 0 13 434 35 125
Binary 11011101 11001100 11100011 11 1010 0 1011 100011100 11101 1010101

Color Harmonies of #DDCCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCE3

Black with #DDCCE3

Text Example


Text Example

White with #DDCCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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