Html Css Color HEX #DBC5D0 Twilight

📋 copy color: '#DBC5D0'

red 219 ◦ green 197 ◦ blue 208

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

Shades of Twilight #DBC5D0

Tints of Twilight #DBC5D0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.57%

 BLUE value IS 208 (81.64% from 255) = 33.33%

R = 35.1%
G = 31.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBC5D0 (or 0xDBC5D0) is known color: Twilight. HEX triplet: DB, C5 and D0. RGB value is (219,197,208). Sum of RGB (Red+Green+Blue) = 219+197+208=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5D0 is #243A2F. Grayscale: #CCCCCC. Windows color (decimal): -2374192 or 13682139. OLE color: 13682139.

HSL color Cylindrical-coordinate representation of color #DBC5D0: hue angle of 330º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC5D0 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 197 208 -
CMYK 0 0.10 0.05 0.14
HSL 330º 0.23% 0.82% -
HSV(B) 330º 0.1% 0.86% -
XYZ 60.56 59.55 67.98 -
YUV 204.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 219 197 208 0 0.10 0.05 0.14 330 0.23 0.82
Hex DB C5 D0 0 A 5 E 14A 17 52
Octal 333 305 320 0 12 5 16 512 27 122
Binary 11011011 11000101 11010000 0 1010 101 1110 101001010 10111 1010010

Color Harmonies of #DBC5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC5D0

Black with #DBC5D0

Text Example


Text Example

White with #DBC5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC5D0; }

 p { color: rgb(219,197,208); }

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

background-color css

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

 a { background-color: rgb(219,197,208); }

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

border-color css

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

 span { border-color: rgb(219,197,208); }

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