Html Css Color HEX #DCC9E5 Titan White

📋 copy color: '#DCC9E5'

red 220 ◦ green 201 ◦ blue 229

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

Shades of Titan White #DCC9E5

Tints of Titan White #DCC9E5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.92%

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

R = 33.85%
G = 30.92%
B = 35.23%

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

#DCC9E5 (or 0xDCC9E5) is known color: Titan White. HEX triplet: DC, C9 and E5. RGB value is (220,201,229). Sum of RGB (Red+Green+Blue) = 220+201+229=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCC9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9E5 is #23361A. Grayscale: #D1D1D1. Windows color (decimal): -2307611 or 15059420. OLE color: 15059420.

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

Color convert

RGB 220 201 229 -
CMYK 0.04 0.12 0 0.10
HSL 280.71º 0.35% 0.84% -
HSV(B) 280.71º 0.12% 0.9% -
XYZ 64.54 62.65 82.82 -
YUV 209.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 220 201 229 0.04 0.12 0 0.10 280.71 0.35 0.84
Hex DC C9 E5 4 C 0 A 119 23 54
Octal 334 311 345 4 14 0 12 431 43 124
Binary 11011100 11001001 11100101 100 1100 0 1010 100011001 100011 1010100

Color Harmonies of #DCC9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC9E5

Black with #DCC9E5

Text Example


Text Example

White with #DCC9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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