Html Css Color HEX #E1DBE7 Titan White

📋 copy color: '#E1DBE7'

red 225 ◦ green 219 ◦ blue 231

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

Shades of Titan White #E1DBE7

Tints of Titan White #E1DBE7

RGB

 RED value IS 225 (88.28% from 255) = 33.33%

 GREEN value IS 219 (85.94% from 255) = 32.44%

 BLUE value IS 231 (90.63% from 255) = 34.22%

R = 33.33%
G = 32.44%
B = 34.22%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E1DBE7 (or 0xE1DBE7) is known color: Titan White. HEX triplet: E1, DB and E7. RGB value is (225,219,231). Sum of RGB (Red+Green+Blue) = 225+219+231=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 231 (90.62% from 255 or 34.22% from 675); Max value from RGB is 231 - color contains mainly: blue. Hex color #E1DBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBE7 is #1E2418. Grayscale: #DEDEDE. Windows color (decimal): -1975321 or 15195105. OLE color: 15195105.

HSL color Cylindrical-coordinate representation of color #E1DBE7: hue angle of 270º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1DBE7 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 225 219 231 -
CMYK 0.03 0.05 0 0.09
HSL 270º 0.2% 0.88% -
HSV(B) 270º 0.05% 0.91% -
XYZ 70.81 72.44 85.85 -
YUV 222.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 225 219 231 0.03 0.05 0 0.09 270 0.2 0.88
Hex E1 DB E7 3 5 0 9 10E 14 58
Octal 341 333 347 3 5 0 11 416 24 130
Binary 11100001 11011011 11100111 11 101 0 1001 100001110 10100 1011000

Color Harmonies of #E1DBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DBE7

Black with #E1DBE7

Text Example


Text Example

White with #E1DBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DBE7; }

 p { color: rgb(225,219,231); }

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

background-color css

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

 a { background-color: rgb(225,219,231); }

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

border-color css

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

 span { border-color: rgb(225,219,231); }

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