Html Css Color HEX #DBC6C7 Pink Flare

📋 copy color: '#DBC6C7'

red 219 ◦ green 198 ◦ blue 199

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

Shades of Pink Flare #DBC6C7

Tints of Pink Flare #DBC6C7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.14%

 BLUE value IS 199 (78.13% from 255) = 32.31%

R = 35.55%
G = 32.14%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DBC6C7 (or 0xDBC6C7) is known color: Pink Flare. HEX triplet: DB, C6 and C7. RGB value is (219,198,199). Sum of RGB (Red+Green+Blue) = 219+198+199=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6C7 is #243938. Grayscale: #CCCCCC. Windows color (decimal): -2373945 or 13092571. OLE color: 13092571.

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

Color convert

RGB 219 198 199 -
CMYK 0 0.10 0.09 0.14
HSL 357.14º 0.23% 0.82% -
HSV(B) 357.14º 0.1% 0.86% -
XYZ 59.72 59.57 62.38 -
YUV 204.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 219 198 199 0 0.10 0.09 0.14 357.14 0.23 0.82
Hex DB C6 C7 0 A 9 E 165 17 52
Octal 333 306 307 0 12 11 16 545 27 122
Binary 11011011 11000110 11000111 0 1010 1001 1110 101100101 10111 1010010

Color Harmonies of #DBC6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC6C7

Black with #DBC6C7

Text Example


Text Example

White with #DBC6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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