Html Css Color HEX #D6C6C7 Pink Flare

📋 copy color: '#D6C6C7'

red 214 ◦ green 198 ◦ blue 199

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

Shades of Pink Flare #D6C6C7

Tints of Pink Flare #D6C6C7

RGB

 RED value IS 214 (83.98% from 255) = 35.02%

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

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

R = 35.02%
G = 32.41%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D6C6C7 (or 0xD6C6C7) is known color: Pink Flare. HEX triplet: D6, C6 and C7. RGB value is (214,198,199). Sum of RGB (Red+Green+Blue) = 214+198+199=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6C7 is #293938. Grayscale: #CACACA. Windows color (decimal): -2701625 or 13092566. OLE color: 13092566.

HSL color Cylindrical-coordinate representation of color #D6C6C7: hue angle of 356.25º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6C6C7 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 199 -
CMYK 0 0.07 0.07 0.16
HSL 356.25º 0.16% 0.81% -
HSV(B) 356.25º 0.07% 0.84% -
XYZ 58.23 58.81 62.31 -
YUV 202.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 214 198 199 0 0.07 0.07 0.16 356.25 0.16 0.81
Hex D6 C6 C7 0 7 7 10 164 10 51
Octal 326 306 307 0 7 7 20 544 20 121
Binary 11010110 11000110 11000111 0 111 111 10000 101100100 10000 1010001

Color Harmonies of #D6C6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C6C7

Black with #D6C6C7

Text Example


Text Example

White with #D6C6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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