Html Css Color HEX #DBCAD6 Twilight

📋 copy color: '#DBCAD6'

red 219 ◦ green 202 ◦ blue 214

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

Shades of Twilight #DBCAD6

Tints of Twilight #DBCAD6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.81%

 BLUE value IS 214 (83.98% from 255) = 33.7%

R = 34.49%
G = 31.81%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DBCAD6 (or 0xDBCAD6) is known color: Twilight. HEX triplet: DB, CA and D6. RGB value is (219,202,214). Sum of RGB (Red+Green+Blue) = 219+202+214=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAD6 is #243529. Grayscale: #D0D0D0. Windows color (decimal): -2372906 or 14076635. OLE color: 14076635.

HSL color Cylindrical-coordinate representation of color #DBCAD6: hue angle of 317.65º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCAD6 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 202 214 -
CMYK 0 0.08 0.02 0.14
HSL 317.65º 0.19% 0.83% -
HSV(B) 317.65º 0.08% 0.86% -
XYZ 62.47 62.16 72.32 -
YUV 208.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 219 202 214 0 0.08 0.02 0.14 317.65 0.19 0.83
Hex DB CA D6 0 8 2 E 13E 13 53
Octal 333 312 326 0 10 2 16 476 23 123
Binary 11011011 11001010 11010110 0 1000 10 1110 100111110 10011 1010011

Color Harmonies of #DBCAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCAD6

Black with #DBCAD6

Text Example


Text Example

White with #DBCAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCAD6; }

 p { color: rgb(219,202,214); }

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

background-color css

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

 a { background-color: rgb(219,202,214); }

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

border-color css

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

 span { border-color: rgb(219,202,214); }

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