Html Css Color HEX #DCCAE9 Titan White

📋 copy color: '#DCCAE9'

red 220 ◦ green 202 ◦ blue 233

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

Shades of Titan White #DCCAE9

Tints of Titan White #DCCAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.57%

R = 33.59%
G = 30.84%
B = 35.57%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCCAE9 (or 0xDCCAE9) is known color: Titan White. HEX triplet: DC, CA and E9. RGB value is (220,202,233). Sum of RGB (Red+Green+Blue) = 220+202+233=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCCAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAE9 is #233516. Grayscale: #D2D2D2. Windows color (decimal): -2307351 or 15321820. OLE color: 15321820.

HSL color Cylindrical-coordinate representation of color #DCCAE9: hue angle of 274.84º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCCAE9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 202 233 -
CMYK 0.06 0.13 0 0.09
HSL 274.84º 0.41% 0.85% -
HSV(B) 274.84º 0.13% 0.91% -
XYZ 65.34 63.34 85.87 -
YUV 210.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 220 202 233 0.06 0.13 0 0.09 274.84 0.41 0.85
Hex DC CA E9 6 D 0 9 113 29 55
Octal 334 312 351 6 15 0 11 423 51 125
Binary 11011100 11001010 11101001 110 1101 0 1001 100010011 101001 1010101

Color Harmonies of #DCCAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAE9

Black with #DCCAE9

Text Example


Text Example

White with #DCCAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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