Html Css Color HEX #DCCAE5 Titan White

📋 copy color: '#DCCAE5'

red 220 ◦ green 202 ◦ blue 229

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

Shades of Titan White #DCCAE5

Tints of Titan White #DCCAE5

RGB

 RED value IS 220 (86.33% from 255) = 33.79%

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

 BLUE value IS 229 (89.84% from 255) = 35.18%

R = 33.79%
G = 31.03%
B = 35.18%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCCAE5 (or 0xDCCAE5) is known color: Titan White. HEX triplet: DC, CA and E5. RGB value is (220,202,229). Sum of RGB (Red+Green+Blue) = 220+202+229=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCCAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAE5 is #23351A. Grayscale: #D2D2D2. Windows color (decimal): -2307355 or 15059676. OLE color: 15059676.

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

Color convert

RGB 220 202 229 -
CMYK 0.04 0.12 0 0.10
HSL 280º 0.34% 0.85% -
HSV(B) 280º 0.12% 0.9% -
XYZ 64.78 63.11 82.9 -
YUV 210.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 220 202 229 0.04 0.12 0 0.10 280 0.34 0.85
Hex DC CA E5 4 C 0 A 118 22 55
Octal 334 312 345 4 14 0 12 430 42 125
Binary 11011100 11001010 11100101 100 1100 0 1010 100011000 100010 1010101

Color Harmonies of #DCCAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAE5

Black with #DCCAE5

Text Example


Text Example

White with #DCCAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAE5; }

 p { color: rgb(220,202,229); }

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

background-color css

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

 a { background-color: rgb(220,202,229); }

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

border-color css

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

 span { border-color: rgb(220,202,229); }

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