Html Css Color HEX #DBCBE6 Titan White

📋 copy color: '#DBCBE6'

red 219 ◦ green 203 ◦ blue 230

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

Shades of Titan White #DBCBE6

Tints of Titan White #DBCBE6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.13%

 BLUE value IS 230 (90.23% from 255) = 35.28%

R = 33.59%
G = 31.13%
B = 35.28%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBCBE6 (or 0xDBCBE6) is known color: Titan White. HEX triplet: DB, CB and E6. RGB value is (219,203,230). Sum of RGB (Red+Green+Blue) = 219+203+230=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBCBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBE6 is #243419. Grayscale: #D2D2D2. Windows color (decimal): -2372634 or 15125467. OLE color: 15125467.

HSL color Cylindrical-coordinate representation of color #DBCBE6: hue angle of 275.56º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBCBE6 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 203 230 -
CMYK 0.05 0.12 0 0.10
HSL 275.56º 0.35% 0.85% -
HSV(B) 275.56º 0.12% 0.9% -
XYZ 64.85 63.49 83.7 -
YUV 210.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 219 203 230 0.05 0.12 0 0.10 275.56 0.35 0.85
Hex DB CB E6 5 C 0 A 114 23 55
Octal 333 313 346 5 14 0 12 424 43 125
Binary 11011011 11001011 11100110 101 1100 0 1010 100010100 100011 1010101

Color Harmonies of #DBCBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCBE6

Black with #DBCBE6

Text Example


Text Example

White with #DBCBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCBE6; }

 p { color: rgb(219,203,230); }

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

background-color css

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

 a { background-color: rgb(219,203,230); }

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

border-color css

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

 span { border-color: rgb(219,203,230); }

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