Html Css Color HEX #DDCCEA Titan White

📋 copy color: '#DDCCEA'

red 221 ◦ green 204 ◦ blue 234

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

Shades of Titan White #DDCCEA

Tints of Titan White #DDCCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.51%

R = 33.54%
G = 30.96%
B = 35.51%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDCCEA (or 0xDDCCEA) is known color: Titan White. HEX triplet: DD, CC and EA. RGB value is (221,204,234). Sum of RGB (Red+Green+Blue) = 221+204+234=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDCCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCEA is #223315. Grayscale: #D4D4D4. Windows color (decimal): -2241302 or 15387869. OLE color: 15387869.

HSL color Cylindrical-coordinate representation of color #DDCCEA: hue angle of 274º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDCCEA is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 204 234 -
CMYK 0.06 0.13 0 0.08
HSL 274º 0.42% 0.86% -
HSV(B) 274º 0.13% 0.92% -
XYZ 66.26 64.5 86.8 -
YUV 212.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 221 204 234 0.06 0.13 0 0.08 274 0.42 0.86
Hex DD CC EA 6 D 0 8 112 2A 56
Octal 335 314 352 6 15 0 10 422 52 126
Binary 11011101 11001100 11101010 110 1101 0 1000 100010010 101010 1010110

Color Harmonies of #DDCCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCEA

Black with #DDCCEA

Text Example


Text Example

White with #DDCCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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