Html Css Color HEX #DBC5C6 Pink Flare

📋 copy color: '#DBC5C6'

red 219 ◦ green 197 ◦ blue 198

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

Shades of Pink Flare #DBC5C6

Tints of Pink Flare #DBC5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.25%

R = 35.67%
G = 32.08%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DBC5C6 (or 0xDBC5C6) is known color: Pink Flare. HEX triplet: DB, C5 and C6. RGB value is (219,197,198). Sum of RGB (Red+Green+Blue) = 219+197+198=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5C6 is #243A39. Grayscale: #CBCBCB. Windows color (decimal): -2374202 or 13026779. OLE color: 13026779.

HSL color Cylindrical-coordinate representation of color #DBC5C6: hue angle of 357.27º 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 #DBC5C6 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 197 198 -
CMYK 0 0.10 0.10 0.14
HSL 357.27º 0.23% 0.82% -
HSV(B) 357.27º 0.1% 0.86% -
XYZ 59.37 59.07 61.7 -
YUV 203.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 219 197 198 0 0.10 0.10 0.14 357.27 0.23 0.82
Hex DB C5 C6 0 A A E 165 17 52
Octal 333 305 306 0 12 12 16 545 27 122
Binary 11011011 11000101 11000110 0 1010 1010 1110 101100101 10111 1010010

Color Harmonies of #DBC5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC5C6

Black with #DBC5C6

Text Example


Text Example

White with #DBC5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC5C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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