Html Css Color HEX #DCCAE6 Titan White

📋 copy color: '#DCCAE6'

red 220 ◦ green 202 ◦ blue 230

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

Shades of Titan White #DCCAE6

Tints of Titan White #DCCAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.28%

R = 33.74%
G = 30.98%
B = 35.28%

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

#DCCAE6 (or 0xDCCAE6) is known color: Titan White. HEX triplet: DC, CA and E6. RGB value is (220,202,230). Sum of RGB (Red+Green+Blue) = 220+202+230=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCCAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCAE6 is #233519. Grayscale: #D2D2D2. Windows color (decimal): -2307354 or 15125212. OLE color: 15125212.

HSL color Cylindrical-coordinate representation of color #DCCAE6: hue angle of 278.57º degrees, saturation: 0.36, 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 #DCCAE6 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 202 230 -
CMYK 0.04 0.12 0 0.10
HSL 278.57º 0.36% 0.85% -
HSV(B) 278.57º 0.12% 0.9% -
XYZ 64.92 63.17 83.63 -
YUV 210.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 220 202 230 0.04 0.12 0 0.10 278.57 0.36 0.85
Hex DC CA E6 4 C 0 A 117 24 55
Octal 334 312 346 4 14 0 12 427 44 125
Binary 11011100 11001010 11100110 100 1100 0 1010 100010111 100100 1010101

Color Harmonies of #DCCAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCAE6

Black with #DCCAE6

Text Example


Text Example

White with #DCCAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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