Html Css Color HEX #DBC8E4 Titan White

📋 copy color: '#DBC8E4'

red 219 ◦ green 200 ◦ blue 228

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

Shades of Titan White #DBC8E4

Tints of Titan White #DBC8E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.24%

R = 33.85%
G = 30.91%
B = 35.24%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DBC8E4 (or 0xDBC8E4) is known color: Titan White. HEX triplet: DB, C8 and E4. RGB value is (219,200,228). Sum of RGB (Red+Green+Blue) = 219+200+228=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBC8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8E4 is #24371B. Grayscale: #D0D0D0. Windows color (decimal): -2373404 or 14993627. OLE color: 14993627.

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

Color convert

RGB 219 200 228 -
CMYK 0.04 0.12 0 0.11
HSL 280.71º 0.34% 0.84% -
HSV(B) 280.71º 0.12% 0.89% -
XYZ 63.87 61.97 81.99 -
YUV 208.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 219 200 228 0.04 0.12 0 0.11 280.71 0.34 0.84
Hex DB C8 E4 4 C 0 B 119 22 54
Octal 333 310 344 4 14 0 13 431 42 124
Binary 11011011 11001000 11100100 100 1100 0 1011 100011001 100010 1010100

Color Harmonies of #DBC8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC8E4

Black with #DBC8E4

Text Example


Text Example

White with #DBC8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC8E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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