Html Css Color HEX #DDCAEA Titan White

📋 copy color: '#DDCAEA'

red 221 ◦ green 202 ◦ blue 234

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

Shades of Titan White #DDCAEA

Tints of Titan White #DDCAEA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.75%

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

R = 33.64%
G = 30.75%
B = 35.62%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDCAEA (or 0xDDCAEA) is known color: Titan White. HEX triplet: DD, CA and EA. RGB value is (221,202,234). Sum of RGB (Red+Green+Blue) = 221+202+234=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDCAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAEA is #223515. Grayscale: #D3D3D3. Windows color (decimal): -2241814 or 15387357. OLE color: 15387357.

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

Color convert

RGB 221 202 234 -
CMYK 0.06 0.14 0 0.08
HSL 275.63º 0.43% 0.85% -
HSV(B) 275.63º 0.14% 0.92% -
XYZ 65.79 63.55 86.64 -
YUV 211.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 221 202 234 0.06 0.14 0 0.08 275.63 0.43 0.85
Hex DD CA EA 6 E 0 8 114 2B 55
Octal 335 312 352 6 16 0 10 424 53 125
Binary 11011101 11001010 11101010 110 1110 0 1000 100010100 101011 1010101

Color Harmonies of #DDCAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCAEA

Black with #DDCAEA

Text Example


Text Example

White with #DDCAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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