Html Css Color HEX #DBC8E5 Titan White

📋 copy color: '#DBC8E5'

red 219 ◦ green 200 ◦ blue 229

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

Shades of Titan White #DBC8E5

Tints of Titan White #DBC8E5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.86%

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

R = 33.8%
G = 30.86%
B = 35.34%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBC8E5 (or 0xDBC8E5) is known color: Titan White. HEX triplet: DB, C8 and E5. RGB value is (219,200,229). Sum of RGB (Red+Green+Blue) = 219+200+229=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBC8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8E5 is #24371A. Grayscale: #D0D0D0. Windows color (decimal): -2373403 or 15059163. OLE color: 15059163.

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

Color convert

RGB 219 200 229 -
CMYK 0.04 0.13 0 0.10
HSL 279.31º 0.36% 0.84% -
HSV(B) 279.31º 0.13% 0.9% -
XYZ 64.01 62.03 82.73 -
YUV 208.99 139.29 135.14 -
System Red Green Blue C M Y K H S L
Decimal 219 200 229 0.04 0.13 0 0.10 279.31 0.36 0.84
Hex DB C8 E5 4 D 0 A 117 24 54
Octal 333 310 345 4 15 0 12 427 44 124
Binary 11011011 11001000 11100101 100 1101 0 1010 100010111 100100 1010100

Color Harmonies of #DBC8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC8E5

Black with #DBC8E5

Text Example


Text Example

White with #DBC8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC8E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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