Html Css Color HEX #DBC7E1 Titan White

📋 copy color: '#DBC7E1'

red 219 ◦ green 199 ◦ blue 225

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

Shades of Titan White #DBC7E1

Tints of Titan White #DBC7E1

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.95%

 BLUE value IS 225 (88.28% from 255) = 34.99%

R = 34.06%
G = 30.95%
B = 34.99%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBC7E1 (or 0xDBC7E1) is known color: Titan White. HEX triplet: DB, C7 and E1. RGB value is (219,199,225). Sum of RGB (Red+Green+Blue) = 219+199+225=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBC7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7E1 is #24381E. Grayscale: #CFCFCF. Windows color (decimal): -2373663 or 14796763. OLE color: 14796763.

HSL color Cylindrical-coordinate representation of color #DBC7E1: hue angle of 286.15º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC7E1 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 199 225 -
CMYK 0.03 0.12 0 0.12
HSL 286.15º 0.3% 0.83% -
HSV(B) 286.15º 0.12% 0.88% -
XYZ 63.23 61.34 79.74 -
YUV 207.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 219 199 225 0.03 0.12 0 0.12 286.15 0.3 0.83
Hex DB C7 E1 3 C 0 C 11E 1E 53
Octal 333 307 341 3 14 0 14 436 36 123
Binary 11011011 11000111 11100001 11 1100 0 1100 100011110 11110 1010011

Color Harmonies of #DBC7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC7E1

Black with #DBC7E1

Text Example


Text Example

White with #DBC7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC7E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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