Html Css Color HEX #DBC1E5 Titan White

📋 copy color: '#DBC1E5'

red 219 ◦ green 193 ◦ blue 229

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

Shades of Titan White #DBC1E5

Tints of Titan White #DBC1E5

RGB

 RED value IS 219 (85.94% from 255) = 34.17%

 GREEN value IS 193 (75.78% from 255) = 30.11%

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

R = 34.17%
G = 30.11%
B = 35.73%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBC1E5 (or 0xDBC1E5) is known color: Titan White. HEX triplet: DB, C1 and E5. RGB value is (219,193,229). Sum of RGB (Red+Green+Blue) = 219+193+229=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 193 (75.78% from 255 or 30.11% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBC1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1E5 is #243E1A. Grayscale: #CCCCCC. Windows color (decimal): -2375195 or 15057371. OLE color: 15057371.

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

Color convert

RGB 219 193 229 -
CMYK 0.04 0.16 0 0.10
HSL 283.33º 0.41% 0.83% -
HSV(B) 283.33º 0.16% 0.9% -
XYZ 62.43 58.86 82.2 -
YUV 204.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 219 193 229 0.04 0.16 0 0.10 283.33 0.41 0.83
Hex DB C1 E5 4 10 0 A 11B 29 53
Octal 333 301 345 4 20 0 12 433 51 123
Binary 11011011 11000001 11100101 100 10000 0 1010 100011011 101001 1010011

Color Harmonies of #DBC1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC1E5

Black with #DBC1E5

Text Example


Text Example

White with #DBC1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC1E5; }

 p { color: rgb(219,193,229); }

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

background-color css

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

 a { background-color: rgb(219,193,229); }

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

border-color css

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

 span { border-color: rgb(219,193,229); }

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