Html Css Color HEX #DBCBE7 Titan White

📋 copy color: '#DBCBE7'

red 219 ◦ green 203 ◦ blue 231

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

Shades of Titan White #DBCBE7

Tints of Titan White #DBCBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.38%

R = 33.54%
G = 31.09%
B = 35.38%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBCBE7 (or 0xDBCBE7) is known color: Titan White. HEX triplet: DB, CB and E7. RGB value is (219,203,231). Sum of RGB (Red+Green+Blue) = 219+203+231=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBCBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCBE7 is #243418. Grayscale: #D2D2D2. Windows color (decimal): -2372633 or 15191003. OLE color: 15191003.

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

Color convert

RGB 219 203 231 -
CMYK 0.05 0.12 0 0.09
HSL 274.29º 0.37% 0.85% -
HSV(B) 274.29º 0.12% 0.91% -
XYZ 64.99 63.54 84.44 -
YUV 210.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 219 203 231 0.05 0.12 0 0.09 274.29 0.37 0.85
Hex DB CB E7 5 C 0 9 112 25 55
Octal 333 313 347 5 14 0 11 422 45 125
Binary 11011011 11001011 11100111 101 1100 0 1001 100010010 100101 1010101

Color Harmonies of #DBCBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCBE7

Black with #DBCBE7

Text Example


Text Example

White with #DBCBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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