Html Css Color HEX #DCC4E4 Titan White

📋 copy color: '#DCC4E4'

red 220 ◦ green 196 ◦ blue 228

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

Shades of Titan White #DCC4E4

Tints of Titan White #DCC4E4

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.43%

 BLUE value IS 228 (89.45% from 255) = 35.4%

R = 34.16%
G = 30.43%
B = 35.4%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DCC4E4 (or 0xDCC4E4) is known color: Titan White. HEX triplet: DC, C4 and E4. RGB value is (220,196,228). Sum of RGB (Red+Green+Blue) = 220+196+228=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 196 (76.95% from 255 or 30.43% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCC4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4E4 is #233B1B. Grayscale: #CECECE. Windows color (decimal): -2308892 or 14992604. OLE color: 14992604.

HSL color Cylindrical-coordinate representation of color #DCC4E4: hue angle of 285º degrees, saturation: 0.37, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC4E4 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 196 228 -
CMYK 0.04 0.14 0 0.11
HSL 285º 0.37% 0.83% -
HSV(B) 285º 0.14% 0.89% -
XYZ 63.26 60.3 81.7 -
YUV 206.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 220 196 228 0.04 0.14 0 0.11 285 0.37 0.83
Hex DC C4 E4 4 E 0 B 11D 25 53
Octal 334 304 344 4 16 0 13 435 45 123
Binary 11011100 11000100 11100100 100 1110 0 1011 100011101 100101 1010011

Color Harmonies of #DCC4E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC4E4

Black with #DCC4E4

Text Example


Text Example

White with #DCC4E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC4E4; }

 p { color: rgb(220,196,228); }

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

background-color css

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

 a { background-color: rgb(220,196,228); }

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

border-color css

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

 span { border-color: rgb(220,196,228); }

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